Check for ExitASAP loops and TryMax blocks that might interrupt the regular flow.
Check for ExitASAP loops and TryMax blocks that might interrupt the regular flow. This logic is not directly in Interruptable trait as Interruptable behavior can me mixed in dynamically. For example, loops and trymax blocks become interruptable once they've become initialized with the loop content.
the StatsEngine