Function nix::unistd::sleep

pub fn sleep(seconds: c_uint) -> c_uint
Documentation

Suspend execution for an interval of time

See also sleep(2)

On this page