Function hermit_abi::yield_now

source ·
pub unsafe extern "C" fn yield_now()
Expand description

yield the processor

causes the calling thread to relinquish the CPU. The thread is moved to the end of the queue for its static priority.