aboutsummaryrefslogtreecommitdiff
path: root/README.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update README.mdAlexey Melnichuk2017-03-231-6/+6
|
* Update readme [ci skip]Alexey Melnichuk2017-02-021-2/+2
|
* typo fixTsT2016-09-101-3/+3
|
* Update README.mdAlexey Melnichuk2015-04-061-5/+5
| | | Close #2
* Update README.mdAlexey Melnichuk2014-07-021-6/+6
|
* Update README.mdAlexey Melnichuk2014-06-261-5/+5
|
* Update README.mdAlexey Melnichuk2014-06-231-1/+1
|
* Update docAlexey Melnichuk2014-06-231-0/+28
|
* Update README.mdAlexey Melnichuk2014-06-181-1/+2
|
* Update README.mdAlexey Melnichuk2014-06-181-1/+1
|
* Update README.mdAlexey Melnichuk2014-06-181-0/+9
|
* Add. cloudbees badgeAlexey Melnichuk2014-02-041-0/+1
|
* Fix. does not run `register` threadAlexey Melnichuk2014-02-041-0/+1
|
* Add. `thread:alive()` method.Alexey Melnichuk2014-02-041-0/+18
|
* Add. rockspecs for version 0.1.0v0.1.0Alexey Melnichuk2014-01-091-1/+1
|
* Add. test for lua-llthreas2 module.moteus2013-12-311-4/+4
|
* Update README [ci skip]moteus2013-12-311-7/+9
|
* Change. does not register llthread loader.moteus2013-12-301-1/+20
| | | | | This is because of better load dynamic library from child thread to prevent unload dynamic library if parent Lua state closes.
* Add. pass cfunctions to child thread.moteus2013-12-271-1/+1
|
* Fix. detach joined thread.moteus2013-12-271-2/+2
| | | | Fix. try use child Lua state in join for detached thread.
* Update README.md [ci skip]moteus2013-12-261-14/+8
|
* Add. `joinable` parameter to `start` method which control in which thread ↵moteus2013-12-261-0/+41
| | | | child Lua VM will be destroyed.
* Update tests.moteus2013-12-261-6/+3
|
* Add. set_logger function allow logging errors (crash Lua VM) in current ↵moteus2013-12-261-0/+20
| | | | | | | | | | | | 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) ```
* Add. timeout parameter to thread:join() methodmoteus2013-12-261-0/+3
|
* Fix. load library on Lua 5.2moteus2013-12-261-0/+1
|
* Add. travis build status image to readme [ci skip]moteus2013-12-261-0/+1
|
* Add a Bitdeli badge to READMEBitdeli Chef2013-12-261-0/+4
|
* First commit.moteus2013-12-261-1/+8
|
* Initial commitAlexey Melnichuk2013-12-251-0/+4