Function sync_scope

Source
pub fn sync_scope<F, R>(value: Arc<AuthContext>, f: F) -> R
where F: FnOnce() -> R,