pub fn sched_yield()
Available on crate feature process only.
Expand description

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

This function always succeeds.

References