Function set_parent_process_death_signal

Source
pub fn set_parent_process_death_signal(signal: Option<Signal>) -> Result<()>
Available on crate feature process only.
Expand description

Set the parent-death signal of the calling process.

§References