Condition.notify

Notifies one waiter.

  1. void notify()
  2. void notify()
    class Condition
    shared
    void
    notify
    ()
  3. void notify(bool _unused_)
  4. this(Mutex m)
  5. this(Mutex m)

Throws

SyncError on error.

Meta