TAwaitable.wait

Waits until the event occurs.

Calling wait() for an event that has already occurred is a no-op.

  1. void wait()
    interface TAwaitable
    void
    wait
    ()
  2. bool wait(Duration timeout)

Meta