pendingCount property
int
get
pendingCount
Total tasks waiting across all priority queues.
Implementation
int get pendingCount => _high.length + _med.length + _low.length;
Total tasks waiting across all priority queues.
int get pendingCount => _high.length + _med.length + _low.length;