count static method

int count()

Returns the number of active throttles

Implementation

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