pub type DefaultPool = StdDefaultPool;Expand description
Default pool used by orx-parallel computations:
StdDefaultPoolwhen “std” feature is enabled,SequentialPoolotherwise.
Aliased Type§
pub struct DefaultPool { /* private fields */ }pub type DefaultPool = StdDefaultPool;Default pool used by orx-parallel computations:
StdDefaultPool when “std” feature is enabled,SequentialPool otherwise.pub struct DefaultPool { /* private fields */ }