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