🟩 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... | |
| struct | SC::ProcessFork |
| Forks current process exiting child at end of process A fork duplicates a parent process execution state, os handles and private memory. More... | |
🟩 Create child processes and chain them (also usable with Async library) (see Process for more details)