corowatch

Watching and killing coroutines.

$ luarocks install corowatch

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

scm-1dev138 days ago20 downloads
1.1.0-192 days ago3 downloads
1.0-18 years ago130 downloads
0.2-18 years ago38 downloads
0.1-18 years ago42 downloads

Dependencies

lua >= 5.1

Manifests