Function set_child_subreaper

Source
pub fn set_child_subreaper(pid: Option<Pid>) -> Result<()>
Available on crate feature process only.
Expand description

Set the child subreaper attribute of the calling process.

§References