In languages/lua/lib/thread.pir, I create a Lua thread type by extension of Parrot::Coroutine. So I add a lot of methods for Lua type, but I think that 2 of these methods could be integrated in Parrot::Coroutine :
- __clone - __get_pointer (equivalent of get_pointer() in src/pmc/sub.pmc)
François.