Codebase list golang-github-vbauerster-mpb / 0024be5
no need to sleep, as it's going to block if not ready Vladimir Bauer 3 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
449449 for {
450450 select {
451451 case refreshCh <- time.Now():
452 time.Sleep(prr)
453452 case <-b.done:
454453 return
455454 }