Description
Threading support can replace the older llthreads library without changing dependent Lua code heavily.
This package is useful for developers maintaining Lua applications that already depend on llthreads-style APIs. It is a compatibility threading library, not a user-facing scheduler.
Threaded code can create races and shutdown problems. Test concurrency behavior before relying on it in production.