pub type DefaultPool = StdDefaultPool;
Expand description
Default pool used by orx-parallel computations:
StdDefaultPool
when “std” feature is enabled,SequentialPool
otherwise.
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 */ }