RAII-style lock guard for the mutex; releases it on destruction. More...
#include <MRMesh/MRTbbThreadMutex.h>
Public Member Functions | |
| LockGuard (const LockGuard &)=delete | |
| LockGuard (LockGuard &&other) | |
| ~LockGuard () | |
Friends | |
| class | TbbThreadMutex |
RAII-style lock guard for the mutex; releases it on destruction.