Function base::sys::unix::kill_process_group

source ·
pub fn kill_process_group() -> Result<()>
Expand description

Kill all processes in the current process group.

On success, this kills all processes in the current process group, including the current process, meaning this will not return. This is equivalent to a call to kill(0, SIGKILL).