![]() |
RAII control for a Mutex. More...
#include <Mutex.h>
Public Member Functions | |
ExclusiveScope (Mutex *pMutex) | |
~ExclusiveScope () | |
RAII control for a Mutex.
The ExclusiveScope has been designed to execute its "destructor", releasing an acquired Mutex, even when an exception is triggered disturbing the designed program control flow.
|
inline |