A fake condition variable implementation for single-threaded applications that don't need any synchronization control. More...
#include "conditionVarDummyImpl.h"
Public Member Functions | |
ConditionVarDummyImpl (MutexDummyImpl &mutex) | |
void | notify () |
void | notify_all () |
void | wait () |
void | wait (double timeout) |
A fake condition variable implementation for single-threaded applications that don't need any synchronization control.
Definition at line 29 of file conditionVarDummyImpl.h.