Function web_thread::sleep_ms
source · pub fn sleep_ms(ms: u32)
👎Deprecated: replaced by
web_thread::sleep
Expand description
§Panics
This call will panic if the calling thread doesn’t support blocking, see
web::has_block_support()
.