Function rustix::process::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.