28#include <SFML/System/Lock.hpp>
29#include <SFML/System/Mutex.hpp>
Lock(Mutex &Mutex)
Construct the lock with a target mutex (lock it).
~Lock()
Destructor (unlocks the mutex).
Mutex defines a mutex (MUTual EXclusion) object, that allows a thread to lock critical instructions t...