Function fermium::timer::SDL_Delay[][src]

pub unsafe extern "C" fn SDL_Delay(ms: u32)
Expand description

Wait a specified number of milliseconds before returning.

This is essentially the same as std::thread::sleep_ms, which incidentally is deprecated for being a slightly inferior interface compared to std::thread::sleep.