[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: [ANN] luaproc 1.0-4
- From: Alexandre Skyrme <askyrme@...>
- Date: Sun, 4 Oct 2015 10:19:38 +0000 (UTC)
luaproc is a concurrency library for Lua, it allows multiple independent
execution flows of Lua code (Lua processes) to be executed in parallel.
It is available at:
https://github.com/askyrme/luaproc
This is version 1.0-4. It supports Lua processes as arguments to create
new Lua processes - previously it only supported Lua code strings - and
fixes a few bugs.
--Alexandre