Description
Workloads can be split across multiple OS threads in Lua applications using isolated lanes and message passing.
This Git package is useful for developers building Lua applications that need concurrency beyond simple coroutines. It is a threading library, not a scheduler visible to end users.
Multithreaded code can introduce races, deadlocks, and harder debugging. Test shared-state and shutdown behavior carefully.