count static method

int count()

Returns the number of active debouncers (debouncers that haven't yet called their onExecute methods).

Implementation

static int count() {
  return _operations.length;
}