Macro libnotcurses_sys::sleep[][src]

macro_rules! sleep {
    ($s:expr) => { ... };
    ($s:expr, $ms:expr) => { ... };
    ($s:expr, $ms:expr, $us:expr) => { ... };
    ($s:expr, $ms:expr, $us:expr, $ns:expr) => { ... };
}
Expand description

Sleeps for $s seconds + $ms milliseconds + $us microseconds + $ns nanoseconds