summaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* avoid NULL as parameter to lua_concat in llthread_logosch2018-09-041-8/+32
* avoid NULL as parameter to fputs()osch2018-09-041-0/+17
* interrupted error message now contains llthreads module name as prefix andosch2018-08-271-3/+3
* test_interrupt.luaosch2018-08-221-0/+58
* Add. Test to pass lua_Integer as argumentAlexey Melnichuk2016-09-051-0/+25
* Add. Test for multiple prelude.Alexey Melnichuk2015-04-031-0/+38
* Fix. Version on Lua 5.3Alexey Melnichuk2015-01-191-0/+13
* Add. started/detached/joinable methods to thread object.Alexey Melnichuk2014-06-251-0/+21
* Add. `llthreads2.ex` module.Alexey Melnichuk2014-06-233-0/+121
* Update test.Alexey Melnichuk2014-02-041-3/+8
* Add. `thread:alive()` method.Alexey Melnichuk2014-02-041-0/+35
* Add. Test to double join to same threadAlexey Melnichuk2014-02-041-0/+24
* Add. library versionAlexey Melnichuk2014-01-091-0/+2
* Add. test for lua-llthreas2 module.moteus2013-12-311-0/+7
* Change. does not register llthread loader.moteus2013-12-303-4/+10
* Add. pass cfunctions to child thread.moteus2013-12-271-0/+17
* Fix. detach joined thread.moteus2013-12-271-0/+28
* Add. logger testmoteus2013-12-271-0/+22
* Fix. Register LuaJIT built-in libraries.moteus2013-12-261-0/+14
* Add. `joinable` parameter to `start` method which control in which thread chi...moteus2013-12-262-1/+27
* Update tests.moteus2013-12-264-78/+70
* Add. timeout parameter to thread:join() methodmoteus2013-12-262-0/+76
* First commit.moteus2013-12-263-0/+288