Function nix::sys::prctl::set_pdeathsig

source ยท
pub fn set_pdeathsig<T: Into<Option<Signal>>>(signal: T) -> Result<()>
Available on crate feature process only.
Expand description

Set the parent-death signal of the calling process. This is the signal that the calling process will get when its parent dies.