Skip to main content

Module process

Module process 

Source
Expand description

Handling of external subprocesses

Structs§

ChildProcess
ExitStatusGuard
A wrapper for both exit_status_future: Arc<Mutex<ExitStatusFuture>> and ignore_error: Arc<Mutex<bool>>
PostWaitCallback
A wrapper for a closure that runs once the shell finishes waiting on the process.
ProcessOutput

Enums§

ChildPipe
ExitStatusFuture

Functions§

check_exit_status_future
Check the exit status of each pipeline element.
check_ok