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