Condition.notifyAll

Notifies all waiters.

  1. void notifyAll()
  2. void notifyAll()
  3. void notifyAll(bool _unused_)
    class Condition
    void
    notifyAll
    (
    this Q
    )
    ()
    if (
    is(Q == Condition) ||
    is(Q == shared Condition)
    )
  4. this(Mutex m)
  5. this(Mutex m)

Throws

SyncError on error.

Meta