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