nix
0.29.0
In nix::
unistd
Modules
alarm
getres
setres
Structs
Pid
Enums
ForkResult
Functions
close
daemon
execv
execve
execveat
execvp
execvpe
fexecve
fork
getpgid
getpgrp
getpid
getppid
getsid
gettid
pause
pipe
read
setpgid
setsid
sleep
to_exec_array
write
nix
::
unistd
Function
setsid
Copy item path
Settings
Help
Summary
Source
pub fn setsid() ->
Result
<
Pid
>
Expand description
Create new session and set process group id (see
setsid(2)
).