stats property

Worker statistics.

Implementation

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