pausedCount property
int
get
pausedCount
Number of paused workers in the group
Implementation
int get pausedCount =>
_handles.where((h) => !h.isDisposed && h.isPaused).length;
Number of paused workers in the group
int get pausedCount =>
_handles.where((h) => !h.isDisposed && h.isPaused).length;