Codebase list golang-github-vbauerster-mpb / 963a61b
signal flush done within one render cycle Vladimir Bauer 9 years ago
1 changed file(s) with 3 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
251251
252252 cw.Flush()
253253
254 go func() {
255 for _, b := range bars {
256 b.flushDone()
257 }
258 }()
254 for _, b := range bars {
255 b.flushDone()
256 }
259257 case d := <-p.rrChangeReqCh:
260258 t.Stop()
261259 t = time.NewTicker(d)