pub fn commit(barrier: &Barrier) -> BarrierTokenExpand description
Commit one phase after one or more copy_async calls. Every participating thread commits once; the returned token identifies that phase for wait.
pub fn commit(barrier: &Barrier) -> BarrierTokenCommit one phase after one or more copy_async calls. Every participating thread commits once; the returned token identifies that phase for wait.