25 #ifndef CPP3DS_LOCK_HPP
26 #define CPP3DS_LOCK_HPP
31 #include <cpp3ds/System/NonCopyable.hpp>
Lock(Mutex &mutex)
Construct the lock with a target mutex.
Utility class that makes any derived class non-copyable.
Blocks concurrent access to shared resources from multiple threads.
Automatic wrapper for locking and unlocking mutexes.