public get maxSize()

in src/worker-pool.ts [33:35]


  public get maxSize() {
    return this.options.concurrency;
  }