Sane C++ Libraries
C++ Platform Abstraction Libraries
Process

🟩 Create child processes and chain them (also usable with Async library) (see Process for more details) More...

Classes

struct  SC::ProcessID
 Native os handle to a process identifier. More...
 
struct  SC::Process
 Execute a child process with standard file descriptors redirection. More...
 
struct  SC::ProcessChain
 Execute multiple child processes chaining input / output between them. More...
 
struct  SC::ProcessEnvironment
 Reads current process environment variables. More...
 

Detailed Description

🟩 Create child processes and chain them (also usable with Async library) (see Process for more details)