Function nix::unistd::setsid

source ·
pub fn setsid() -> Result<Pid>
Expand description

Create new session and set process group id (see setsid(2)).