Description
Workloads can be split across multiple threads in LuaJIT applications using lanes-style concurrency support.
This package is useful for developers building LuaJIT applications that need concurrency beyond coroutines. It is a threading library, not a scheduler visible to end users.
Multithreaded code can introduce races, deadlocks, and difficult shutdown paths. Test shared-state behavior carefully.