[previous] [up] [next]     [index]
Next: Miscellaneous Up: Eventspaces Previous: special-control-key

yield

Yields control to event dispatching. See Eventspaces for details.

A handler procedure invoked by the system during a call to yield can itself call yield, creating an additional level of nested (but single-threaded) event handling.

See also sleep/yield .



PLT