pub unsafe fn sched_yield() -> Result<(), Errno>
Expand description

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