25 #ifndef CPP3DS_MUTEX_HPP
26 #define CPP3DS_MUTEX_HPP
31 #include <cpp3ds/System/NonCopyable.hpp>
void unlock()
Unlock the mutex.
Utility class that makes any derived class non-copyable.
Blocks concurrent access to shared resources from multiple threads.
void lock()
Lock the mutex.
Mutex()
Default constructor.