run method

void run()

Implementation

void run() {
  if (_isProcessing) {
    return;
  }

  _isProcessing = true;

  _run();
}