Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change. does not register llthread loader. | moteus | 2013-12-30 | 1 | -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 ↵ | moteus | 2013-12-26 | 1 | -1/+1 |
| | | | | child Lua VM will be destroyed. | ||||
* | Update tests. | moteus | 2013-12-26 | 1 | -46/+4 |
| | |||||
* | Add. timeout parameter to thread:join() method | moteus | 2013-12-26 | 1 | -0/+64 |