count static method
Returns the number of active debouncers (debouncers that haven't yet called their
onExecute
methods).
Implementation
static int count() {
return _operations.length;
}
Returns the number of active debouncers (debouncers that haven't yet called their
onExecute
methods).
static int count() {
return _operations.length;
}