Description
Thread and coroutine execution in Lua can become interruptible in complex multithreaded scenarios.
This package is useful for developers building Lua systems that need cancellation or interruption control. It is a concurrency support library, not a task manager for users.
Interrupting execution can leave resources in unexpected states. Test cleanup, locks, and shutdown paths carefully.