Condition.notify

Notifies one waiter.

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

Throws

SyncError on error.

Meta