Expand description
Module defining the parallel runner trait and the default parallel runner.
Enums§
- Computation
Kind - Computation kind.
Traits§
- Parallel
Runner - A parallel runner 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.
- Parallel
Task - A parallel task shared with threads.
- Parallel
Task With Idx - A parallel task shared with threads, where indices are also used.
- Thread
Runner - Thread runner responsible for executing the tasks assigned to the thread by the parallel runner.
Type Aliases§
- Default
Runner - Default parallel runner.