31 #include <SFML/System/Export.hpp>    32 #include <SFML/System/NonCopyable.hpp>    76 #endif // SFML_LOCK_HPP Blocks concurrent access to shared resources from multiple threads. 
Utility class that makes any derived class non-copyable. 
Automatic wrapper for locking and unlocking mutexes.