dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
Condition.notify
core
sync
condition
Condition
Notifies one waiter.
void
notify
()
void
notify
()
class
Condition
shared
void
notify
(
)
void
notify
(bool _unused_)
this
(Mutex m)
this
(Mutex m)
Throws
SyncError on error.
Meta
Source
See Implementation
core
sync
condition
Condition
constructors
this
functions
notify
notifyAll
wait
properties
mutex
Notifies one waiter.