Description
A lightweight native multithreading library for Lua, with lazy evaluation support for running work in separate lanes.
It is concurrency infrastructure. Developers use it when Lua applications need background work or parallel tasks, and they must still design communication between threads carefully.