Default implementation of a parallel scheduler. By default, creates 4 times as many tasks as the hardware concurrency allows ({@link IParallelOptions.maxConcurrencyLevel}).
If the options define IParallelOptions.maxValuesPerTask or IParallelOptions.minValuesPerTask, then the values are adjusted accordingly.
Generated using TypeDoc
Default implementation of a parallel scheduler. By default, creates 4 times as many tasks as the hardware concurrency allows ({@link IParallelOptions.maxConcurrencyLevel}).
If the options define IParallelOptions.maxValuesPerTask or IParallelOptions.minValuesPerTask, then the values are adjusted accordingly.