loop-detection
v1.1.0
Published
This attempt to detect infinite loops and notifies when they are found. It follows the same method of [loop-protect](https://github.com/jsbin/loop-protect), which is using a timer to indicate if a loop is running too long.
Downloads
5
Readme
Loop Detection
This attempt to detect infinite loops and notifies when they are found. It follows the same method of loop-protect, which is using a timer to indicate if a loop is running too long.
TODO(ibash) add usage and example information