Codebase list golang-github-vbauerster-mpb / b0a4990
minor: avoid indirection Vladimir Bauer 3 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
105105 s.autoRefresh = true
106106 go s.autoRefreshListener(done)
107107 } else {
108 p.done = s.ctx.Done()
108 p.done = ctx.Done()
109109 s.autoRefresh = false
110110 }
111111