sched_yield

Function sched_yield 

Source
pub unsafe extern "C" fn sched_yield() -> i32
Expand description

Temporarily yield execution of the calling thread. Note: This is similar to sched_yield in POSIX.