pub fn sync<F, S, W>( chains: &Chains, new_semaphore: F, ) -> Schedule<SyncData<S, W>>where F: FnMut() -> (S, W),
Find required synchronization for all submissions in Chains.
Chains