luaproc

Lua concurrency library

A library that enables concurrent programming in Lua by providing support for coroutines and message passing between independent processes.

luaproc is a concurrent programming library for Lua

GitHub

118 stars
21 watching
29 forks
Language: C
last commit: over 7 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
lualanes/lanes A lightweight, native multithreading library for Lua 466
svermeulen/nvim-lusc A Lua-based library for structured async/ concurrency in Neovim 13
vinniefalco/luabridge A lightweight library for binding C++ to the Lua scripting language 1,642
flowyroll/lodash.lua A Lua implementation of a functional programming library inspired by JavaScript's Lodash. 66
sharow/libconcurrent A lightweight, low-overhead concurrency library 361
neopallium/lua-llthreads Provides low-level threading support for Lua applications. 145
arcapos/luapgsql A C-based library that allows Lua code to interact with PostgreSQL databases 112
kunitoki/luabridge3 A lightweight C++ library for binding Lua to C++ 253
lefcha/concurrentlua A system for implementing concurrent programming in the Lua language using message-passing primitives and asynchronous model. 159
andreirudenko/linc_luajit A Haxe library providing native bindings to LuaJIT for C++ target 49
lmj/lparallel A library that simplifies parallel programming in Common Lisp with features such as task submission, condition handling, and computation trees. 242
dafrito/luacxx A C++ library that simplifies the creation of Lua bindings and provides an efficient interface for calling into C and C++ libraries. 158
thibaultcha/lua-resty-mlcache A high-performance caching library for OpenResty applications 403
ejmr/luvent An event-driven programming library for Lua that allows creating events with associated functions and providing different arguments. 75
arun11299/coro-async A C++ library providing a coroutine-based approach to networking 37