Expand description
Handling of external subprocesses
Structs§
- Child
Process - Exit
Status Guard - A wrapper for both
exit_status_future: Arc<Mutex<ExitStatusFuture>>andignore_error: Arc<Mutex<bool>> - Post
Wait Callback - A wrapper for a closure that runs once the shell finishes waiting on the process.
- Process
Output
Enums§
Functions§
- check_
exit_ status_ future - Check the exit status of each pipeline element.
- check_
ok