lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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