pub type DefaultRunner = RunnerWithPool<DefaultPool>;Expand description
Default runner used by orx-parallel computations, using the DefaultPool:
RunnerWithPoolwithStdDefaultPoolwhen “std” feature is enabled,RunnerWithPoolwithSequentialPoolotherwise.
Aliased Type§
pub struct DefaultRunner { /* private fields */ }