Event.wait

Wait for the event to be signaled without timeout.

  1. bool wait()
    struct Event
    nothrow @nogc
    bool
    wait
    ()
  2. bool wait(Duration tmout)

Return Value

Type: bool

true if the event is in signaled state, false if the event is uninitialized or another error occured

Meta