Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torch/threads-ffi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-04-19luaL_setfuncs detection more robustRonan Collobert
2016-10-19added threads.safe()Ronan Collobert
2016-09-23to work on windows with msvc x64Rui Guo
2016-02-01minor fixes for androidSoumith Chintala
2015-12-23Load thread's start routine from separate shared librarySam Gross
Prior to this change, if Lua unloads the threads library before the child threads terminate, the program wil segfault. This could happen if an error is triggered during an endcallback, preventing the child thread from exiting. This places the thread's start routine in a separate shared library: libthreadsmain, which is loaded once and never unloaded.
2015-04-21moved away from FFIRonan Collobert
- removed the ffi dependency... now runs under lua! - support for low-level thread - support for basic mutex and condition variables from lua - better error messaging - better reliability - more doc - no more addjobasync() - no sdl