disableGlobalCycleDetection method

void disableGlobalCycleDetection()

Disable global cycle detection (no cycle checks will be performed globally).

Implementation

void disableGlobalCycleDetection() {
  _globalCycleDetectionEnabled = false;
}