Module process

Source
Expand description

Low-level process management utilities.

Enums§

ProcessError
Errors that can occur during process operations.
ProcessStatus
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.