![]() |
ezEngine Release 26.3
|
Manages a lock (e.g. a mutex) and ensures that it is properly released as the lock object goes out of scope. Works with any object that implements Lock() and Unlock() methods (ezMutex, etc.). Use the EZ_LOCK macro for convenient scoped locking. More...
#include <Lock.h>
Manages a lock (e.g. a mutex) and ensures that it is properly released as the lock object goes out of scope. Works with any object that implements Lock() and Unlock() methods (ezMutex, etc.). Use the EZ_LOCK macro for convenient scoped locking.