Function rustix::process::child_subreaper

source ·
pub fn child_subreaper() -> Result<Option<Pid>>
Available on crate feature process only.
Expand description

Get the child subreaper setting of the calling process.

§References