Provides a way to limit the runtime of a coroutine.
This prevents rogue code from locking your Lua state
by not yielding in a timely manner. Coroutines that
take longer than the maximum specified can be killed.
Versions
Dependencies
lua >= 5.1