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
2016-04-14propagate errors immediately to prevent deadlocksAdam Lerer
2015-11-24Fix deadlock when using coroutine.yield in endcallbackSam Gross
2015-10-23fix thread terminate()Ronan Collobert
-> set __running to false even if an error occurs
2015-09-18Fix return values with xpcallAdam Lerer
2015-09-17Capture the traceback in thread jobsAdam Lerer
2015-05-05support lua 5.2Ronan Collobert
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