[−][src]Function rendy_chain::sync
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
.
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
.