devela::_dep::rustix::process

Function child_subreaper

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

Get the child subreaper setting of the calling process.

§References