Module executor

Module executor 

Source
Expand description

Module defining the parallel runner trait and the default parallel runner.

Traits§

ParallelExecutor
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.
ThreadExecutor
Thread executor responsible for executing the tasks assigned to the thread by the parallel executor.

Type Aliases§

DefaultExecutor
Default parallel executor.