[ANN] pthreads binding

  • From: Cosmin Apreutesei <cosmin.apreutesei@xxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Thu, 14 May 2015 00:10:12 +0300

Hello everyone,

New P(yeah right)OSIX threads binding:

Only the subset available on Linux, OSX and Windows (winpthreads) is
made available to Lua. This means just the basics of threads, mutexes,
conditional variables and read/write locks (so very little but enough
to get the job done; also, winpthreads is slow on locking, but
portable down to WinXP; also winpthreads binaries included).

URL: https://luapower.com/pthread

Enjoy!

Other related posts:

  • » [ANN] pthreads binding - Cosmin Apreutesei