Function loom::model

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

Run all concurrent permutations of the provided closure.

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