lua-users home
lua-l archive

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


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.