Announcing lua-llthreads 1.1 release.

This release adds support for Windows native WIN32 threads.

lua-llthreads [1] is a Low-Level native threads module for Lua.  This module 
is designed to be a simple wrapper for creating threads from Lua.  Each native 
thread has it's own lua_State object and shares nothing with it's parent 
thread (the thread that created it).  The module only allows parameters to be 
passed to the child thread when it is created and returned from the child 
thread to the parent thread only when the parent joins the child thread and 
the child thread exits.

For thread-to-thread communication use ZeroMQ [2] or socket libraries 
LuaSocket [3] or Nixio [4].

Rockspecs:
https://github.com/Neopallium/lua-llthreads/raw/master/rockspecs/lua-
llthreads-1.1-1.rockspec

1. https://github.com/Neopallium/lua-llthreads
2. https://github.com/Neopallium/lua-zmq
3. http://w3.impa.br/~diego/software/luasocket
4. http://neopallium.github.com/nixio/

-- 
Robert G. Jakabosky

------------------------------------------------------------------------------
uberSVN's rich system and user administration capabilities and model 
configuration take the hassle out of deploying and managing Subversion and 
the tools developers use with it. Learn more about uberSVN and get a free 
download at:  http://p.sf.net/sfu/wandisco-dev2dev
_______________________________________________
Luarocks-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/luarocks-developers

Reply via email to