coterminate ( v -- )


Vocabulary
coroutines

Inputs
van object


Outputs
None

Word description
Terminate the current coroutine, leaving the value v on the stack when control is passed to the coresume caller. Resuming a terminated coroutine is a no-op.

See also
coyield, coreset

Definition