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
pause
Copy item path
Settings
Help
Summary
Source
pub fn pause()
Expand description
Suspend the thread until a signal is received.
See also
pause(2)
.