[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Multithreading library
- From: Daniel Quintela <danielq@...>
- Date: Mon, 03 May 2004 16:54:30 -0300
Hi everybody:
I developed a library that allows to create, from a lua script, concurrent
Lua environments of execution based on threads.
The tasks communicate with each other through internal queues of messages.
The approach is independent of "Lua threads" and it does not collide with
them.
If somebody are interested, the sources can be downloaded from:
http://www.soongsoft.com/LuaTask.zip
Comments are welcome.
Best regards,
Daniel