dodo  0.0.1
A C++ library to create containerized Linux services
mutex.hpp File Reference
#include <mutex>
#include <string>
Include dependency graph for mutex.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

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.