[][src]Function loom::model

pub fn model<F>(f: F) where
    F: Fn() + Sync + Send + 'static, 

Run all concurrent permutations of the provided closure.

Uses a default Builder which can be affected by environment variables.