Function rustix::process::set_parent_process_death_signal

source ·
pub fn set_parent_process_death_signal(signal: Option<Signal>) -> Result<()>
Expand description

Set the parent-death signal of the calling process.

§References