Skip to main content

cleanup_std_child

Function cleanup_std_child 

Source
pub fn cleanup_std_child(
    process_tree: Option<&ProcessTree>,
    child: &mut Child,
) -> ChildCleanup
Expand description

Terminate and reap a standard-library child with bounded retries.