lua-llthreads icon indicating copy to clipboard operation
lua-llthreads copied to clipboard

Low-Level threads(pthreads or WIN32 threads) for Lua.

Results 5 lua-llthreads issues
Sort by recently updated
recently updated
newest added

Dear developers: Our static analysis tool reports an NPD bug here, since `this_idx1` may be null. It may be a false positive. Thank yo for your confirmation. https://github.com/Neopallium/lua-llthreads/blob/8dcf3871d42e52332ced417680e27a6127fdcbb9/src/pre_generated-llthreads.nobj.c#L1788 ``` static...

Installing through luarocks gives this error: ``` C:\Users\Alex\Desktop>luarocks install lua-llthreads Installing https://luarocks.org/lua-llthreads-1.2-1.src.rock... Using https://luarocks.org/lua-llthreads-1.2-1.src.rock... switching to 'build' mode mingw32-gcc -O2 -c -o src/pre_generated-llthreads.nobj.o -IC:/My/LuaJIT/Install/Directory// src/pre_generated-llthreads.nobj.c src/pre_generated-llthreads.nobj.c: In function 'Lua_LLThread__start__meth': src/pre_generated-llthreads.nobj.c:1136:3:...

how to use camke build xcode for ios? I do this,like cmke -GXcode ,it is xcode for mac then i user toolchan iOS.make,but,I failure....

On windows it could be done by `WaitSingleObject` and on pthread i think it could be done by [pthread_kill](http://stackoverflow.com/questions/5764045/how-to-know-if-a-pthread-died)

I find useful this module: (note: new thread call lua_init from env.) ``` Lua local llthreads = require"llthreads" local setmetatable = setmetatable local tonumber = tonumber local assert = assert...