2011/4/10 Robert G. Jakabosky <[email protected]>: > Announcing lua-llthreads 1.0 release. >
Hello, Since I maintain Lanes, I can't help but reflect that this is some sort of a Lanes subset where the inter-thread communication lindas are gone. But I suppose that zeromq would be usable with Lanes threads? Also your documentation seems to show that the thread function must be provided as unparsed Lua code that will be compiled in the target VM. Lanes also offers this possibility, but the only reason is to start the path toward LuaJIT compatibility, since the other way (using lua_dump to move the function proto) isn't available in LuaJIT. Is this why you have restricted to this solution? Also, since you have felt the need for llthreads, there is probably some use case that is not properly adressed by Lanes. What would that be? Regards, -- Benoit. _______________________________________________ Luarocks-developers mailing list [email protected] http://lists.luaforge.net/cgi-bin/mailman/listinfo/luarocks-developers
