pub fn sched_yield()
Expand description

sched_yield()—Hints to the OS that other processes should run.

This function always succeeds.

References