devela::_dep::rustix::process

Function parent_process_death_signal

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

Get the current value of the parent process death signal.

§References