31 #include <SFML/System/NonCopyable.hpp>
71 #endif // SFML_LOCK_HPP
Utility base class to easily declare non-copyable classes.
Mutex defines a mutex (MUTual EXclusion) object, that allows a thread to lock critical instructions t...
Lock is an exception-safe automatic wrapper for locking and unlocking mutexes.