Function 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