🟩 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... | |
🟩 Create child processes and chain them (also usable with Async library) (see Process for more details)