parrotcode: Continuation PMC | |
Contents | PMCs |
src/pmc/continuation.pmc - Continuation PMC
A Continuation
has a copy of the interpreter's context at the location where the Continuation was constructed.
See the Glossary for more information.
void init()
void mark()
void destroy()
PMC *clone()
PMC *set_pmc()
void set_pointer(void *value)
void *get_pointer()
INTVAL defined()
INTVAL get_bool()
opcode_t *invoke(void *next)
STRING *get_string()
METHOD PMC *"caller"()
METHOD PMC *"continuation"()
Initial revision by sean 2002/08/04.
|