Function pancurses::delay_output

source ·
pub fn delay_output(milliseconds: i32) -> i32
Expand description

Inserts an ‘milliseconds’ millisecond pause in output. This routine should not be used extensively because padding characters are used rather than a CPU pause. If no padding character is specified, this uses napms to perform the delay.