luaproc

luaproc concurrency programming library for Lua.

$ luarocks install luaproc

This is the luaproc concurrency programming library for Lua. It
implements the concept of Lua processes, or independent execution flows
of Lua code. Lua processes can only communicate by means of message
passing using communication channels. Workers (pthreads) handle the
execution of the Lua processes and provide support for true hardware
parallelism.

Versions

1.0-48 years ago1,304 downloads
1.0-39 years ago313 downloads
1.0-29 years ago264 downloads
1.0-19 years ago58 downloads

Dependencies

lua >= 5.1

Labels

Manifests