Function rustix::process::set_child_subreaper
source · pub fn set_child_subreaper(pid: Option<Pid>) -> Result<()>
Expand description
Set the child subreaper
attribute of the calling process.
pub fn set_child_subreaper(pid: Option<Pid>) -> Result<()>
Set the child subreaper
attribute of the calling process.