Crate command_group
source ·Expand description
An extension to std::process::Command to support process groups on Unix and Windows.
With Tokio, the AsyncCommandGroup trait extends tokio::process::Command.
Re-exports
pub use crate::stdlib::CommandGroup;pub use crate::tokio::AsyncCommandGroup;Modules
Implementation of process group extensions for the
standard library’s
Command type.Implementation of process group extensions for Tokio’s
asynchronous
Command type.Structs
Representation of a running or exited child process group (Tokio variant).
Representation of a running or exited child process group.