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