[][src]Trait dinotree::par::Joiner

pub trait Joiner: Send + Sync + Copy + Clone {
    fn into_seq(&self) -> Sequential;
fn should_switch_to_sequential(&self, a: Depth) -> bool; }

Indicates if we are low enough into the tree that we should switch to a sequential version of the algorithm.

Required methods

Loading content...

Implementors

Loading content...