Function rustix::process::sched_yield

pub fn sched_yield()
Documentation

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

This function always succeeds.

References