concurrentlua
Concurrent framework
A system for implementing concurrent programming in the Lua language using message-passing primitives and asynchronous model.
Concurrency oriented programming in Lua
159 stars
18 watching
12 forks
Language: Lua
last commit: almost 10 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
actboy168/bee.lua | A comprehensive Lua runtime and toolset with various extensions and libraries for building high-performance applications. | 160 |
iu-parfunc/lvars | Provides a data structure and framework for monotonically-growing concurrent programs | 81 |
mrxx/zlua | An OpenResty-based Lua framework for building web applications. | 11 |
askyrme/luaproc | A library that enables concurrent programming in Lua by providing support for coroutines and message passing between independent processes. | 118 |
hslua/hslua | Provides a bridge between Haskell and Lua programming languages | 129 |
abcminiuser/lufa | A lightweight framework for creating USB devices and hosts on AVR microcontrollers | 1,037 |
pkulchenko/fullmoon | A Lua-based web framework that extends Redbean's capabilities to create a fast and minimalistic web application | 685 |
lualanes/lanes | A lightweight, native multithreading library for Lua | 466 |
amanieu/asyncplusplus | A lightweight concurrency framework for C++11 | 1,348 |
svermeulen/nvim-lusc | A Lua-based library for structured async/ concurrency in Neovim | 13 |
doujiang24/durap | A Lua web framework built on top of ngx-openresty, providing a basic implementation of the Model-View-Controller (MVC) pattern and support for multiple applications. | 9 |
zhangf911/dodolu | A lightweight web framework built on top of OpenResty Lua, automating the generation of configuration files and frameworks for building web applications. | 7 |
nlua/nlua | A .NET wrapper that enables C# developers to use Lua scripts and functions directly from their applications. | 2,048 |
rxi/classic | A Lua module providing a basic class system with inheritance, mixin implementation, static variables, and metamethods. | 864 |
oneoo/alilua | An epoll/kqueue-based web server with Lua coroutine support for handling multiple concurrent connections. | 529 |