#include <mcllib/MCWaitNotify.h>
Inheritance diagram for MCWaitNotify:
Public Member Functions | |
virtual void | notify ()=0 |
Wake a single waiter wait()-ing on the object. | |
virtual void | wait ()=0 |
Wait indefinitely until notify is called on the object. |
Provides wait and notify methods (Semaphores, Condition variables etc.). Derived classes must implement wait() and notify().