nix
0.27.1
In nix::
unistd
Functions
close
pipe
read
sleep
write
nix
::
unistd
Function
sleep
Copy item path
Settings
Help
Summary
Source
pub fn sleep(seconds:
c_uint
) ->
c_uint
Expand description
Suspend execution for an interval of time
See also
sleep(2)