parrotcode: Co-Routine PMC | |
Contents | PMCs |
classes/coroutine.pmc - Co-Routine PMC
Coroutine
extends Continuation
to provide a subroutine that can stop in the middle,
and start back up later at the point at which it stopped.
See the Glossary for more information.
void init()
void *invoke(void *next)
void mark()
Initial version by Melvin on 2002/06/6.
|