Function pancurses::delay_output [] [src]

pub fn delay_output(milliseconds: i32) -> i32

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.