A fake mutex implementation for single-threaded applications that don't need any synchronization control. More...
#include "mutexDummyImpl.h"
Public Member Functions | |
MutexDummyImpl (const MutexDummyImpl ©)=delete | |
void | lock () |
MutexDummyImpl & | operator= (const MutexDummyImpl ©)=delete |
bool | try_lock () |
void | unlock () |
A fake mutex implementation for single-threaded applications that don't need any synchronization control.
This does nothing at all.
Definition at line 24 of file mutexDummyImpl.h.