[][src]Function greenie::scheduler::yield_thread

pub extern "C" fn yield_thread()

Yields thread

This is used when the programmer knows that the thread will have nothing to do for some time, and thus avoid wasting computing time.