Function nix::sys::signal::kill

source · []
pub fn kill<T: Into<Option<Signal>>>(pid: Pid, signal: T) -> Result<()>