Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2013-12-26 | Update README.md [ci skip] | moteus | 1 | -14/+8 | |
2013-12-26 | Add. `joinable` parameter to `start` method which control in which thread ↵ | moteus | 5 | -28/+137 | |
child Lua VM will be destroyed. | |||||
2013-12-26 | Update tests. | moteus | 5 | -84/+73 | |
2013-12-26 | Add. set_logger function allow logging errors (crash Lua VM) in current ↵ | moteus | 2 | -9/+54 | |
llthread's threads. ``` Lua local llthreads = require "llthreads" local LOG = require"log".new( require "log.writer.net.zmq".new("tcp://127.0.0.1:5555") ) llthread.set_logger(function(msg) LOG.error(msg) end) ``` | |||||
2013-12-26 | Add. timeout parameter to thread:join() method | moteus | 5 | -7/+107 | |
2013-12-26 | Fix. load library on Lua 5.2 | moteus | 5 | -18/+29 | |
2013-12-26 | Fix. compile pthread version. | moteus | 1 | -4/+6 | |
2013-12-26 | Fix. include some std libraries. | moteus | 1 | -0/+5 | |
2013-12-26 | Add. travis build status image to readme [ci skip] | moteus | 1 | -0/+1 | |