dodo
0.0.1
A C++ library to create containerized Linux services
|
#include <mutex>
#include <thread>
#include <string>
#include <sys/time.h>
#include <sys/resource.h>
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. | |
Defines the dodo::threads::Thread class.
Definition in file thread.hpp.