Modules labeled 'threads' (17)

Showing only modules in the root manifest. Show all modules

  • Parallel by moteus — downloads: 112
    Basic parallel loops
  • lua-llthreads by Neopallium — downloads: 3,523
    Low-Level threads for Lua
  • multi by rayaman — downloads: 1,534
    Lua Multi tasking/threading library
  • darksidesync by Tieske — downloads: 851
    Thread synchronization support for bindings to libraries with their own threadpools
  • LuaStepper by aryajur — downloads: 165
    Allow Lua scripts to run multiple Lua scripts in parallel, platform independent without using threading.
  • lua-llthreads2-compat by moteus — downloads: 1,184
    Low-Level threads for Lua
  • luaproc by askyrme — downloads: 2,047
    luaproc concurrency programming library for Lua.
  • Filament by Guard13007 — downloads: 137
    A simplification of the Love engine's threading model.
  • effil by mihacooper — downloads: 4,390
    Multithreading library for Lua.
  • Lanes by benoit.germain — downloads: 449k
    Multithreading support for Lua
  • lua-llthreads2 by moteus — downloads: 1.7m
    Low-Level threads for Lua
  • cqueues by daurnimator — downloads: 997k
    Continuation Queues: Embeddable asynchronous networking, threading, and notification framework for Lua on Unix.
  • mtint by osch — downloads: 262
    Make threads and coroutines interruptible in arbitrary multi-threading scenarios
  • lua-ctables by mambrus — downloads: 1,639
    Bridge between C-arrays and Lua multi-dimensional tables.
  • mtmsg by osch — downloads: 3,427
    Low-level message buffers for inter-thread communication in arbitrary multi-threading scenarios
  • mtstates by osch — downloads: 380
    Pass Lua states to other threads in arbitrary multi-threading scenarios
  • fiber by qrmoon — downloads: 491
    Easier asynchronous programming