current-coro


Vocabulary
coroutines

Word description
Variable which contains the currently executing coroutine, or f if none is executing. User code should treat this variable as read-only.

See also
cocreate, coresume, coyield

Definition