FlatImage
A configurable Linux containerization system
Loading...
Searching...
No Matches
child.hpp File Reference

Handle for a spawned child process. More...

#include <cstdlib>
#include <cstring>
#include <sys/wait.h>
#include <csignal>
#include <string>
#include <optional>
#include <utility>
#include <memory>
#include <thread>
#include <vector>
#include "../../macro.hpp"
#include "../../std/expected.hpp"
Include dependency graph for child.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ns_subprocess::Child
 Handle to a spawned child process. More...
 

Namespaces

namespace  ns_subprocess
 Child process management and execution.
 

Detailed Description

Handle for a spawned child process.

Author
Ruan Formigoni

Definition in file child.hpp.