Function loom::fuzz

source ·
pub fn fuzz<F>(f: F)where
    F: Fn() + Sync + Send + 'static,
Expand description

Run all concurrent permutations of the provided closure.