Function web_thread::sleep_ms

source ·
pub fn sleep_ms(ms: u32)
👎Deprecated: replaced by web_thread::sleep
Expand description

See std::thread::sleep_ms().

§Panics

This call will panic if the calling thread doesn’t support blocking, see web::has_block_support().