busyWorkers property
int
get
busyWorkers
Number of workers currently busy.
Implementation
int get busyWorkers => _workers.where((w) => w.isBusy).length;
Number of workers currently busy.
int get busyWorkers => _workers.where((w) => w.isBusy).length;