parrotcode: Closure PMC | |
Contents | PMCs |
src/pmc/closure.pmc - Closure PMC
This class implements a closure, i.e. a subroutine which take a context structure.
void init()
void mark()
void set_pointer(void *value)
opcode_t *invoke(void *next)
void destroy()
Initial version by Leo.
|