lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> 
> 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