( largeFileThread = false )
| 685 | } |
| 686 | |
| 687 | #getCurrentThread( largeFileThread = false ) { |
| 688 | if ( largeFileThread ) { return Math.min(...this.#threadPoolIdx) } |
| 689 | this.#threadCurrent++ |
| 690 | return [...this.#threadPoolIdx][this.#threadCurrent % this.#threadPoolIdx.size] |
| 691 | } |
| 692 | |
| 693 | /** |
| 694 | * Process mods on disk (multi-threaded) |