Reputation: 2965
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 ?
Upvotes: 3
Views: 1992
Reputation: 7022
Status update: I happened to be looking into the same issue recently.
From the lua-list a few days ago: Lanes 3.0 beta is out, and supporting LuaJIT 2
Upvotes: 9
Reputation: 41180
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.
Upvotes: 3