[go: up one dir, main page]

sched_yield

Function sched_yield 

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

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

This function always succeeds.

§References