length property
int
get
length
Number of total workers in the group (not disposed)
Implementation
int get length => _handles.where((h) => !h.isDisposed).length;
Number of total workers in the group (not disposed)
int get length => _handles.where((h) => !h.isDisposed).length;