Expand description
Low-level process management utilities.
Enums§
- Process
Error - Errors that can occur during process operations.
- Process
Status - Current status of a running process.
Functions§
- capture_
exit_ status - Capture the exit status of a child process.
- get_
process_ status - Check process status without blocking.
- spawn_
process - Spawn a new process with piped stdout and stderr.
- stop_
child - Terminate a child process.
- wait_
child - Wait for a child process with cancellation support.