Event.wait

Wait on this event indefinately

  1. void wait()
    class Event
    final
    void
    wait
    ()
  2. bool wait(Duration duration)

Throws

InterruptedException if the wait() was interrupted for some reason

FatalException if a fatal error with the underlying mechanism occurs

Meta