Search code examples
lualuajitlua-lanes

lua-lanes in luajit2


Is there a way to use lanes library inside luajit 2 ?

As far as I got, there is a limitation in luajit that lua_dump() c-api function is not supported. Is there some other way to get code chunk of given function ?


Solution

  • The maintainer of Lanes recently wrote this message about LuaJIT2 status; summary: it's not working yet.

    That same thread has some links to lua-llthreads and lua-zmq that work with LuaJIT2 and may be of interest to you.