stats property

Iterable<WorkerStat> get stats
inherited

Worker statistics.

Implementation

Iterable<WorkerStat> get stats => _workers.map(PoolWorker.getStats);