lua-users home
lua-l archive

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


Daniel Quintela wrote:
> 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
> 
> 
> 
Thank you very much. That is the very thing that I was lacking.
I tested it a little bit. It works fine for me (WinXP + VC7)

The best.
Vadim