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.
pub unsafe extern "C" fn yield_now()
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.