Urho3D
|
Lock that automatically acquires and releases a mutex. More...
#include <Mutex.h>
Public Member Functions | |
MutexLock (Mutex &mutex) | |
Construct and acquire the mutex. | |
~MutexLock () | |
Destruct. Release the mutex. |
Private Attributes | |
Mutex & | mutex_ |
Mutex reference. |
Lock that automatically acquires and releases a mutex.