Macro libnotcurses_sys::pile_render_sleep [−][src]
macro_rules! pile_render_sleep {
($p : expr, $($sleep_args : expr), +) => { ... };
($nc : expr, $($sleep_args : expr), +,) => { ... };
}Expand description
NcPlane::render($p)? +
NcPlane::rasterize($p)? +
sleep![$sleep_args].
Renders and rasterizes the $p NcPlane pile and then, if there are
no errors, calls the sleep macro with the rest of the arguments.
Returns NcResult.
