devela::_dep::rustix::process

Function sched_yield

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

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

This function always succeeds.

§References