[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANNOUNCE] LuaThreads 1.0.1 (for Lua 5.0-work0)
- From: Diego Nehab <diego@...>
- Date: Wed, 3 Jul 2002 16:15:16 -0300 (EST)
Hi All,
LuaThreads 1.0.1 for Lua 5.0-work0 is now available for download.
The homepage is located at:
http://www.tecgraf.puc-rio.br/luathreads
What's New
In this version, all API functions are stored in the 'thread'
namespace, following Lua 5.0 trend. Also, there have been some bug fixes
concerning memory leaks:
* 'mutex' and 'cond' garbage collection callbacks;
* 'lua_closethread' now called upon thread termination.
Best regards,
Diego.