[][src]Function fltk::app::delay

pub fn delay(millis: u128)

Delays the current thread by millis. Because std::thread::sleep isn't accurate on windows! Caution: It's a busy wait!