dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
Condition.wait
core
sync
condition
Condition
Wait until notified.
void
wait
()
class
Condition
void
wait
(
)
void
wait
()
void
wait
(bool _unused_)
bool
wait
(Duration val)
bool
wait
(Duration val)
bool
wait
(Duration val, 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
Wait until notified.