Codebase list golang-github-vbauerster-mpb / 79bdb89
wait for b.done if triggerComplete Vladimir Bauer 4 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
164164 go b.forceRefresh()
165165 }
166166 }:
167 if triggerComplete {
168 <-b.done
169 }
167170 case <-b.done:
168171 }
169172 }