cancelPending method

void cancelPending()

Implementation

void cancelPending() {
  if (_disposed) return;
  _generation++;
}