summaryrefslogtreecommitdiff
path: root/test (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | 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-0/+17
|
* Fix. detach joined thread.moteus2013-12-271-0/+28
| | | | Fix. try use child Lua state in join for detached thread.
* 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 ↵moteus2013-12-262-1/+27
| | | | child Lua VM will be destroyed.
* 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