pub type DefaultRunner = FixedChunkRunner;
Expand description
Default parallel runner.
Unless explicitly set to another parallel runner by with_runner
method,
parallel computations will be executed using the default parallel runner.
Aliased Type§
pub struct DefaultRunner { /* private fields */ }