Codebase list golang-github-vbauerster-mpb / 3af1f33
comment for future self Vladimir Bauer 1 year, 10 months ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
417417 case <-b.ctx.Done():
418418 decoratorsOnShutdown(bs.decorators[0])
419419 decoratorsOnShutdown(bs.decorators[1])
420 // bar can be aborted by canceling parent ctx
421 // without actually calling b.Abort
420422 bs.aborted = !bs.completed()
421423 b.bs = bs
422424 close(b.bsOk)