aboutsummaryrefslogtreecommitdiff
path: root/test/test_llthreads.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-12-26Update README.md [ci skip]moteus1-14/+8
2013-12-26Add. `joinable` parameter to `start` method which control in which thread ↵moteus5-28/+137
child Lua VM will be destroyed.
2013-12-26Update tests.moteus5-84/+73
2013-12-26Add. set_logger function allow logging errors (crash Lua VM) in current ↵moteus2-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-26Add. timeout parameter to thread:join() methodmoteus5-7/+107
2013-12-26Fix. load library on Lua 5.2moteus5-18/+29
2013-12-26Fix. compile pthread version.moteus1-4/+6
2013-12-26Fix. include some std libraries.moteus1-0/+5
2013-12-26Add. travis build status image to readme [ci skip]moteus1-0/+1