runNow static method

void runNow()

Implementation

static void runNow() {
  if (_looping) {
    _mergeCycle = true;
  } else {
    _dsLoop();
  }
}