![]() |
FastEngine 0.9.5
A multiplayer oriented 2D engine made with Vulkan.
|
Class that lock a mutex and unlock it only when the object is destroyed. More...
#include <C_accessLock.hpp>
Class that lock a mutex and unlock it only when the object is destroyed.
This is a strict class that lock a mutex and unlock it only when the object is destroyed and disallow copy, move operations and even the unary operator&.
| TMutex | The mutex type |