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