Skip to main content

Module process

Module process 

Source
Expand description

Process-group containment: the one core, and the cancellable command built on it. Module declarations.

Re-exports§

pub use cancellable::CancellableCommandOutput;
pub use cancellable::CommandOutputObserver;
pub use cancellable::CommandStream;
pub use cancellable::run_cancellable_command;
pub use contained::ContainedChild;
pub use contained::PROCESS_GROUP_TERMINATION_GRACE;
pub use contained::ProcessGroupError;

Modules§

cancellable
Run-to-completion contained command with output capture and cancellation. Cancellable process-group containment for worker-owned commands.
contained
The process-group containment core: spawn, observe, terminate, verify. The process-group containment core.