Function model

Source
pub fn model<F: Fn() + Sync + Send + 'static>(f: F)
Expand description

Run f with loom::model if compiled with check-loom feature.