devela::_dep::rustix::process

Function set_parent_process_death_signal

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

Set the parent-death signal of the calling process.

§References