[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject:
- From: "Vadim Shevchenko" <sh-vadim@...>
- Date: Tue, 4 May 2004 14:40:46 +0400 (MSD)
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