coresume ( v co -- result )


Vocabulary
coroutines

Inputs
van object
coa coroutine


Outputs
resultan object


Word description
Resume a coroutine with v as the first item on the stack. The result placed on the stack is the value of the topmost argument on the stack when coyield is called within the coroutine.

See also
*coresume, coresume*

Definition