length property

int get length

Number of total workers in the group (not disposed)

Implementation

int get length => _handles.where((h) => !h.isDisposed).length;