nextCallbackId function

int nextCallbackId()

Generates the next callback ID.

Implementation

int nextCallbackId() {
  return _callbackIdCounter++;
}