Skip to main content

Module process

Module process 

Source
Expand description

Low-level child-process spawning and shutdown helpers.

Functionsยง

apply_command_spec
Applies a CommandSpec to a tokio::process::Command without spawning it.
spawn_stream_child
Spawns a child process with stdin/stdout piped and stderr inherited.
terminate_child
Terminates a child process, returning its exit status.