Codebase list golang-github-vbauerster-mpb / 146069c
forceRefresh: sleep 10 ms on success Vladimir Bauer 3 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
463463 for {
464464 select {
465465 case refreshCh <- time.Now():
466 time.Sleep(10 * time.Millisecond)
466467 case <-b.done:
467468 return
468469 }