Function kill

fn kill<T: Into<Option<Signal>>>(pid: Pid, signal: T) -> Result<()>

Send a signal to a process

Arguments

See Also kill(2)