lefcha/concurrentlua
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
ConcurrentLua Description ConcurrentLua is a system that implements a concurrency model for the Lua programming language. It is based on the share-nothing asynchronous message-passing model that is employed in the Erlang programming language. ConcurrentLua extends Lua's coroutines with message-passing primitives, in order to support concurrent programming. Distributed programming is supported transparently with the same message-passing primitives. ConcurrentLua is implemented as a collection of Lua modules that can be loaded by any Lua program. Most of the code is written in Lua itself, with minor parts written in C. Website http://github.com/lefcha/concurrentlua Changes All the changes in each new release up to the latest are in the NEWS file. Installation Lua version 5.1 or 5.2 is compile-time requirement. The LuaSocket, Copas and Coxpcall modules are runtime dependencies. Compile and install the system: make all make install Documentation The detailed reference manual can be found in doc/manual.html. License Released under the terms and conditions of the MIT/X11 license, included in the LICENSE file. Authors See AUTHORS file.
About
Concurrency oriented programming in Lua
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published