workers property

List<ZenWorkerHandle> get workers

Get all workers in this group (for statistics)

Implementation

List<ZenWorkerHandle> get workers => List.unmodifiable(_handles);