maxConcurrency property

int maxConcurrency

Maximum number of running tasks.

Implementation

int get maxConcurrency => maxWorkers * maxParallel;