Condition.notify

void notify()

Notifies one waiter.

Throws

SyncError on error.
void notify() shared

ditto

void notify(this Q)( bool _unused_ ) if (is(Q == Condition) || is(Q == shared Condition))

ditto