Great library! Looks easy to use.
On Fri, Jan 23, 2009 at 10:16 PM, Asko Kauppi
<askok@dnainternet.net> wrote:
"Lanes is a lightweight, native, lazy evaluating multithreading library for Lua 5.1. It allows efficient use of multicore processors in Lua, by passing
function calls into separate OS threads, and separate Lua states."
New features:
- finalizers
- call stack of errors as a separate table (not merged to a string)
- call stack from also lanes that throw an error
Reports on using this on Linux (32/64-bit), Windows, FreeBSD etc. are welcome.
2.0.3 has been tested on OS X PowerPC only. However, changes should not have anything to do with the OS, so most likely this continues to work on all supported systems.
http://luaforge.net/frs/?group_id=265
http://akauppi.googlepages.com/lanes-2.0.3-manual.html
-asko