Condition.wait

Wait until notified.

  1. void wait()
    class Condition
    void
    wait
    (
    )
  2. bool wait(Duration val)

Throws

SyncException on error.

Meta