Scanframe Modular Application 0.1.0
Loading...
Searching...
No Matches
Sync.h File Reference
#include <misc/gen/Exception.h>
#include <misc/gen/Mutex.h>
#include <misc/global.h>
Include dependency graph for Sync.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  sf::Sync
 Sync provides a system-independent interface to build classes that act like monitors, i.e., classes in which only one member can execute on a particular instance at any one time. Sync uses Mutex, so it is portable to all platforms that Mutex has been ported to. More...
 
class  sf::Sync::Lock
 Locks the Mutex object in the Sync object. More...
 

Namespaces

namespace  sf