dodo
0.0.1
A C++ library to create containerized Linux services
|
#include <iostream>
#include <cstring>
#include <unistd.h>
#include <sys/syscall.h>
#include "threads/thread.hpp"
#include "common/util.hpp"
Go to the source code of this file.
Namespaces | |
dodo | |
A C++ platform interface to lean Linux services tailored for containerized deployment. | |
dodo::threads | |
Interface for Thread programming. | |
Implements the dodo::threads::Thread class.
Definition in file thread.cpp.