loop method

void loop()

Implementation

void loop() {
  _isLooping = true;
  _loop?.call();
}