process-cpp
3.0.0
A simple convenience library for handling processes in C++11.
|
#include <core/posix/child_process.h>
#include <boost/iostreams/device/file_descriptor.hpp>
#include <boost/iostreams/stream.hpp>
#include <atomic>
#include <fstream>
#include <mutex>
#include <unordered_map>
#include <fcntl.h>
#include <poll.h>
#include <unistd.h>
#include <sys/eventfd.h>
#include <sys/signalfd.h>
Go to the source code of this file.
Classes | |
struct | core::posix::ChildProcess::Private |
Namespaces | |
core | |
core::posix | |