Multi Tasking |
|
|
* [mtmsg] - low-level multi-threading message buffers for inter-thread communication. * [mtstates] - provides a way to create new Lua states from within Lua for using them in arbitrary multi-threading scenarios. |
|
* [mtmsg] - low-level message buffers for inter-thread communication in arbitrary multi-threading scenarios. * [mtstates] - provides a way to create new Lua states from within Lua and to pass them to other threads in arbitrary multi-threading scenarios. * [mtint] - make threads and coroutines interruptible in arbitrary multi-threading scenarios |
A comparison of a number of Lua multithreading libraries is in [Lanes].