| parrotcode coroutine PMC | |
| Docs | FAQ | Download | Examples | Talks | Resources | Perl 6 | Languages | Who's Who | Donors | Cage Cleaners | Wiki | |
src/pmc/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()Initializes the co-routine.
PMC *clone()Clone the couroutine.
void destroy()Destroys the coroutine.
opcode_t *invoke(void *next)Swaps the "context".
void mark()Marks the coroutine as live.
|
Perl.org sites
: bugs
| dev
| history
| jobs
| learn
| lists
| use
Site Information and Contacts |
|