Expand description
Module defining the parallel runner trait and the default parallel runner.
Traits§
- Parallel
Executor - A parallel executor which is responsible for taking a computation defined as a composition of iterator methods, spawns threads, shares tasks and returns the result of the parallel execution.
- Thread
Executor - Thread executor responsible for executing the tasks assigned to the thread by the parallel executor.
Type Aliases§
- Default
Executor - Default parallel executor.