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

Explicitly yield the processor to other threads.

Further reading