parrotcode: Lua Thread | |
Contents | Language Implementations | Lua |
pmc/luathread.pmc - Lua Thread
LuaThread
extends LuaAny
to provide a class with the behaviour of the Lua Thread
type.
This implementation is based on Parrot::Coroutine
.
void init()
init_pmc()
.void init_pmc(PMC *sub)
STRING *name()
PMC *clone()
PMC *get_attr_str(STRING *key)
STRING *get_string()
void set_pmc(PMC *value)
Francois Perrad
|