tango v1.0.0+2.066 (2014-08-19T00:10:20Z)
Home
Dub
Repo
Condition.wait
tango
core
sync
Condition
Condition
Wait until notified.
void
wait
()
class
Condition
void
wait
(
)
bool
wait
(double period)
Throws
SyncException on error.
Meta
Source
See Implementation
tango
core
sync
Condition
Condition
constructors
this
destructors
~this
functions
notify
notifyAll
wait
Wait until notified.