[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] luaproc 1.0-4
- From: Alexandre Skyrme <askyrme@...>
- Date: Sun, 4 Oct 2015 21:28:49 +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.
Sorry, the last paragraph should have read:
This is version 1.0-4. It supports Lua **functions*** as arguments to
create new Lua processes - previously it only supported Lua code strings -
and fixes a few bugs.
--Alexandre