DualModuleParallelImpl

Trait DualModuleParallelImpl 

Source
pub trait DualModuleParallelImpl {
    type UnitType: DualModuleImpl + Send + Sync;

    // Required method
    fn get_unit(&self, unit_index: usize) -> ArcManualSafeLock<Self::UnitType>;
}
Expand description

this dual module is a parallel version that hosts many partitioned ones

Required Associated Types§

Required Methods§

Source

fn get_unit(&self, unit_index: usize) -> ArcManualSafeLock<Self::UnitType>

Implementors§