Function test_kill_process
Source pub fn test_kill_process(pid: Pid) -> Result<()>
Available on crate feature process
only.
Expand description
kill(pid, 0)
—Check validity of pid and permissions to send signals to
the process, without actually sending any signals.
§References