Skip to content

Releases: moteus/lua-llthreads2

v0.1.5: Release 0.1.5

04 Oct 06:37
Compare
Choose a tag to compare
  * Fix. Correctly handle error from `_beginthreadex
  * Compile time warning about `pthread_kill` not defined

v0.1.4: Release 0.1.4

09 Sep 13:16
Compare
Choose a tag to compare
 * Fix. Pass integer value to thread
 * Fix. Return version number as integer

v0.1.3: Release 0.1.3

13 Jan 12:37
Compare
Choose a tag to compare
* Support Lua 5.3

v0.1.2: Release 0.1.2

26 Jun 11:21
Compare
Choose a tag to compare
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: Release 0.1.1

07 Feb 11:05
Compare
Choose a tag to compare
Add. `thread:alive()` method

v0.1.0: Release 0.1.0

09 Jan 11:15
Compare
Choose a tag to compare
* drop-in replacement for llthreads library
* thread.join support zero timeout
* support detached joinable thread
* allow pass cfunctions to child thread