dodo
0.0.1
A C++ library to create containerized Linux services
|
#include <mutex>
#include <string>
Go to the source code of this file.
Data Structures | |
class | dodo::threads::Mutex |
A Mutex to synchronize access to resources between threads. More... | |
class | dodo::threads::Mutexer |
Waits for and locks the Mutex on construction, unlocks the Mutex when this Mutexer is destructed. More... | |
Namespaces | |
dodo | |
A C++ platform interface to lean Linux services tailored for containerized deployment. | |
dodo::threads | |
Interface for Thread programming. | |
Defines the dodo::threads::Mutex and dodo::threads::Mutexer classes.
Implements the dodo::threads::Mutex and dodo::threads::Mutexer classes.
Definition in file mutex.hpp.