Condition Class Reference
This class provides a means for one thread to suspend exception until notified by another thread to resume.
More...
List of all members.
Detailed Description
This class provides a means for one thread to suspend exception until notified by another thread to resume.
This class should have similar semantics to java.util.concurrent.locks.Condition.
Constructor & Destructor Documentation
Create new instance.
- Parameters:
-
| p | pool on which condition will be created. Needs to be longer-lived than created instance. |
Member Function Documentation
void await |
( |
Mutex & |
lock |
) |
|
Await signaling of condition.
- Parameters:
-
| lock | lock associated with condition, calling thread must own lock. Lock will be released while waiting and reacquired before returning from wait. |
- Exceptions:
-
Signal all waiting threads.
The documentation for this class was generated from the following file: