Trait metaheuristics_nature::MaybeParallel

source ·
pub trait MaybeParallel: Sync + Send { }
Available on crate feature rayon only.
Expand description

A marker trait for parallel computation.

Require Sync + Send if the rayon feature is enabled, otherwise require nothing.

Implementors§