Skip to main content

terminate_tree

Function terminate_tree 

Source
pub async fn terminate_tree(pid: u32, grace: Grace)
Expand description

Terminate pid’s process tree (async). Safe to call on a pid that has already exited — signals are best-effort and every error is swallowed.