Description
A lightweight native multithreading library for Lua, allowing programs to run work in separate lanes with lazy evaluation patterns.
It is concurrency infrastructure. Developers use it when Lua applications need parallel work, and must manage shared data and synchronization carefully.