Function ncursesw::napms

source · []
pub fn napms(ms: Duration) -> Result<(), NCurseswError>
👎 Deprecated since 0.3.2:

ncurses library call superseeded by native rust call. Use std::thread::sleep(dur: std::time::Duration) instead

Expand description

Sleep for ms milliseconds.