Alex
Alex

Reputation: 2965

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 ?

Upvotes: 3

Views: 1992

Answers (2)

simon
simon

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

link to announcement

Upvotes: 9

Doug Currie
Doug Currie

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

Related Questions