summaryrefslogtreecommitdiff
path: root/test/test_join_timeout.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Change. does not register llthread loader.moteus2013-12-301-3/+4
| | | | | This is because of better load dynamic library from child thread to prevent unload dynamic library if parent Lua state closes.
* Add. `joinable` parameter to `start` method which control in which thread ↵moteus2013-12-261-1/+1
| | | | child Lua VM will be destroyed.
* Update tests.moteus2013-12-261-46/+4
|
* Add. timeout parameter to thread:join() methodmoteus2013-12-261-0/+64