rustix::process

Function set_child_subreaper

source
pub fn set_child_subreaper(pid: Option<Pid>) -> Result<()>
Expand description

Set the child subreaper attribute of the calling process.

§References