Skip to content

Tags: moteus/lua-llthreads2

Tags

v0.1.6

Toggle v0.1.6's commit message
Release 0.1.6 * Add. Support Lua 5.4 * Add. thread:interrupt() method * Fix. Handling error without string message

v0.1.5

Toggle v0.1.5's commit message
Release 0.1.5 * Fix. Correctly handle error from `_beginthreadex * Compile time warning about `pthread_kill` not defined

v0.1.4

Toggle v0.1.4's commit message
Release 0.1.4 * Fix. Pass integer value to thread * Fix. Return version number as integer

v0.1.3

Toggle v0.1.3's commit message
Release 0.1.3 * Support Lua 5.3

v0.1.2

Toggle v0.1.2's commit message
Release 0.1.2 Add. `llthreads.ex` module. Add. started/detached/joinable methods to thread object. Fix. build for Lua 5.2 with LUA_COMPAT_XXX.

v0.1.1

Toggle v0.1.1's commit message
Release 0.1.1 Add. `thread:alive()` method

v0.1.0

Toggle v0.1.0's commit message
Release 0.1.0 * drop-in replacement for llthreads library * thread.join support zero timeout * support detached joinable thread * allow pass cfunctions to child thread