Expand description
Condition variable which allows a task to block until woken up
Structsยง
- CondVar
- Condition variables allow you to block a task while waiting for an event to occur. Condition variables are typically associated with a boolean predicate (a condition).
- Cond
VarState ๐ - Cond
VarWait - Awaitable futures object returned by
condvar.wait()