NAME
src/pmc/threadinterpreter.pmc - INTERNAL Interpreter for OS level worker thread(pthread).
DESCRIPTION
ThreadInterpreter extends ParrotInterpreter to provide a interpreter to be used internally in a OS level worker thread(pthread). which supports:
Methods
- static void stop_GC(Interp *parent, Interp *thread)
- void init()Initializes the thread.
