DefaultRunner

Type Alias DefaultRunner 

Source
pub type DefaultRunner = RunnerWithPool<SequentialPool>;
Expand description

Default runner used by orx-parallel computations, using the DefaultPool:

Aliased Type§

pub struct DefaultRunner { /* private fields */ }