pub fn kill_current_process_group(sig: Signal) -> Result<()>
Expand description

kill(0, sig)—Sends a signal to all processes in the current process group.

References