DefaultPool

Type Alias DefaultPool 

Source
pub type DefaultPool = SequentialPool;
Expand description

Default pool used by orx-parallel computations:

  • StdDefaultPool when “std” feature is enabled,
  • SequentialPool otherwise.

Aliased Type§

pub struct DefaultPool;