Function std::thread::sleep_ms
[−]
[src]
pub fn sleep_ms(ms: u32)
Puts the current thread to sleep for the specified amount of time.
The thread may sleep longer than the duration specified due to scheduling specifics or platform-dependent functionality. Note that on unix platforms this function will not return early due to a signal being received or a spurious wakeup.