dodo  0.0.1
A C++ library to create containerized Linux services
thread.hpp File Reference
#include <mutex>
#include <thread>
#include <string>
#include <sys/time.h>
#include <sys/resource.h>
Include dependency graph for thread.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::Thread
 Abstract Thread class. 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::Thread class.

Definition in file thread.hpp.