class Concurrent::Event

def initialize

`Event` will block.
Creates a new `Event` in the unset state. Threads calling `#wait` on the
def initialize
  super
  synchronize { ns_initialize }
end