[][src]Function wasi::sched_yield

pub unsafe fn sched_yield() -> Result<()>

Temporarily yield execution of the calling thread. Note: This is similar to sched_yield in POSIX.