removeOutstandingCallback method

void removeOutstandingCallback()

Tells the invoker that a callback declared with addOutstandingCallback is no longer running.

Implementation

void removeOutstandingCallback() {
  heartbeat();
  _outstandingCallbacks.decrement();
}