Codebase list golang-github-vbauerster-mpb / 1d3eaa0
ch send operation last Vladimir Bauer 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
139139 } else {
140140 ps.hm.push(bar, true)
141141 }
142 ps.idCount++
142143 ch <- result{bar, bs}
143 ps.idCount++
144144 }:
145145 res := <-ch
146146 res.bar.TraverseDecorators(func(d decor.Decorator) {