Crate command_group[−][src]
Expand description
An extension to std::process::Command to support process groups on Unix and Windows.
On Unix, the UnixChildExt trait additionally adds support
for sending signals to processes and process groups (it’s implemented
on both this crate’s GroupChild and std’s
Child).
Re-exports
pub use nix::sys::signal::Signal;pub use stdlib::CommandGroup;Modules
Implementation of process group extensions for the
standard library Command type.
Structs
Representation of a running or exited child process group.
Traits
Unix-specific extensions to process Children.