The yield key (WO) on the thread control (v0) interface is dual-function - writing a 0 to it performs an immediate yield of the time slot, marking the thread for rescheduling.
Writing a non-zero value reschedules the thread until after the number of nanoseconds have elapsed.
The
yieldkey (WO) on the thread control (v0) interface is dual-function - writing a0to it performs an immediate yield of the time slot, marking the thread for rescheduling.Writing a non-zero value reschedules the thread until after the number of nanoseconds have elapsed.