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