class Concurrent::Event

def initialize

Experimental RBS support (using type sampling data from the type_fusion project).

def initialize: () -> void

This signature was generated using 5 samples from 2 applications.

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