LuaJIT-Threads
LuaJIT-Threads copied to clipboard
Incomplete LuaJIT threading library. Not working on this anymore.
Results
2
LuaJIT-Threads issues
Sort by
recently updated
recently updated
newest added
trafficstars
should be -llua, without any specific version number. and -fPIC, not -f PIC
http://www.freelists.org/post/luajit/How-to-create-another-lua-State-in-pthread,8 Basically, create the thread's main function in the child Lua state, casting it to a number to get it through the C API.
enhancement