[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Reentrant Scripts
- From: Kirby Thornton <KThornton@...>
- Date: Wed, 28 Apr 2004 15:42:24 -0500
Does anyone know if there is the ability to write reentrant scripts in Lua, or to modify the interpreter to support such a feature? I am looking for a way to write a script such that I can have it initialize some data, pause and return to the C side, and then have the C side resume the script at a later time.
Thank you,
Kirby