Codebase list golang-github-vbauerster-mpb / f239b65
prefer public api Vladimir Bauer 4 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
268268 return err
269269 }
270270 if frame.shutdown {
271 <-b.done // waiting for b.done, so it's safe to read b.bs
271 b.Wait() // waiting for b.done, so it's safe to read b.bs
272272 var toDrop bool
273273 if qb, ok := s.queueBars[b]; ok {
274274 delete(s.queueBars, b)