Name yield
Definition yield:expr(void)
Defined in ctrl.l
Implementation icode
Description Yield control so that another thread may be scheduled.
Note Most code should use wait_until rather than calling yield directly.