pub fn cleanup_std_child(
process_tree: Option<&ProcessTree>,
child: &mut Child,
) -> ChildCleanupExpand description
Terminate and reap a standard-library child with bounded retries.
pub fn cleanup_std_child(
process_tree: Option<&ProcessTree>,
child: &mut Child,
) -> ChildCleanupTerminate and reap a standard-library child with bounded retries.