Condition.wait
void wait()Wait until notified.
Throws
SyncError on error.
void wait() sharedditto
bool wait( Duration val )Suspends the calling thread until a notification occurs or until the supplied time period has elapsed.
Parameters
val | The time to wait. In: val must be non-negative. |
Throws
SyncError on error.
Returns
true if notified before the timeout and false if not.
bool wait( Duration val ) sharedditto