Mutex.hpp
7 // In no event will the authors be held liable for any damages arising from the use of this software.
Blocks concurrent access to shared resources from multiple threads.
Definition: Mutex.hpp:47
Utility class that makes any derived class non-copyable.
Definition: NonCopyable.hpp:41
Definition: AlResource.hpp:34