Macro libnotcurses_sys::nc_render_sleep[][src]

macro_rules! nc_render_sleep {
    ($nc : expr, $($sleep_args : expr), +) => { ... };
    ($nc : expr, $($sleep_args : expr), +,) => { ... };
}
Expand description

Nc::render($nc)? + sleep![$sleep_args].

Renders the $nc Nc’s standard pile, and then, if there’s no error, calls the sleep macro with the rest of the arguments.

Returns NcResult.