if (idx > -1) {
      this._processing.splice(idx, 1);
      if (__DEV__ && this._tracer.enabled) { this._tracer.leave(this, 'remove processing'); }
      return;
    }