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

119 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 multithreading library for Lua 469
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,656
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 360
neopallium/lua-llthreads Provides low-level threading support for Lua applications. 145
arcapos/luapgsql A C-based Lua module providing an interface to PostgreSQL for use in scripting and applications. 112
kunitoki/luabridge3 A lightweight C++ library for binding Lua to C++ 257
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 Common Lisp library for parallel programming with fine-grained control over task submission and execution. 246
dafrito/luacxx A C++ library that simplifies the creation of Lua bindings and provides an efficient interface for calling into C and C++ libraries. 157
thibaultcha/lua-resty-mlcache A high-performance caching library for OpenResty applications 404
ejmr/luvent An event-driven programming library for Lua that allows creating events with associated functions and providing different arguments. 76
arun11299/coro-async A C++ library providing a coroutine-based approach to networking 37