Expand description
Low-level async 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 - Asynchronously capture the exit status of a child process.
- get_
process_ status - Asynchronously check process status without blocking.
- spawn_
process - Spawn a new async process with piped stdout and stderr.
- stop_
child - Asynchronously terminate a child process.
- wait_
child - Asynchronously wait for a child process with cancellation support.