Function rustix::process::kill_current_process_group

source ·
pub fn kill_current_process_group(sig: Signal) -> Result<()>
Available on crate feature process only.
Expand description

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

§References