Function web_thread::yield_now

source ·
pub fn yield_now()
Expand description

See std::thread::yield_now().

§Notes

This call is no-op. Alternatively consider using web::yield_now_async().