#include <mcllib/MCWaitNotifyAll.h>
Inheritance diagram for MCWaitNotifyAll:
Public Member Functions | |
virtual void | notifyAll ()=0 |
Notify all waiters that an event occured. | |
virtual bool | wait (mcinterval_t interval)=0 |
Wait for an interval until notified or until the interval elapses. | |
virtual | ~MCWaitNotifyAll () |
Virtual destructor. |
WaitNotifyAll also allow threads to specify a time limit when waiting for the event to occur.
|
Wait for an interval until notified or until the interval elapses.
|