[][src]Trait splashsurf_lib::ThreadSafe

pub trait ThreadSafe: Sync + Send + 'static { }

Trait that has to be implemented by Index and Real types to use them in parallelized algorithms

Implementors

impl<T> ThreadSafe for T where
    T: Sync + Send + 'static, 
[src]

Loading content...