Function rustix::process::sched_yield
source · pub fn sched_yield()Expand description
sched_yield()—Hints to the OS that other processes should run.
This function always succeeds.
pub fn sched_yield()sched_yield()—Hints to the OS that other processes should run.
This function always succeeds.