private sortWorkers()

in src/worker-pool.ts [67:69]


  private sortWorkers() {
    this.workers.sort((a, b) => a.active - b.active);
  }