1 2 3 4 5 6
pub(crate) fn model<F>(f: F) where F: Fn() + Send + Sync + 'static, { ::loom::model(f); }