Function rustix::process::prctl::child_subreaper

source ·
pub fn child_subreaper() -> Result<Option<Pid>>
Expand description

Get the child subreaper setting of the calling process.

§References