Codebase list golang-github-vbauerster-mpb / ab517f6
minor: one line comment Vladimir Bauer 1 year, 10 months ago
1 changed file(s) with 1 addition(s) and 2 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
420 // bar can be aborted by canceling parent ctx without calling b.Abort
422421 bs.aborted = !bs.completed()
423422 b.bs = bs
424423 close(b.bsOk)