Add Set context/cancel for progress packages

This commit is contained in:
Nicolas JUHEL
2020-07-20 12:13:14 +02:00
parent 164f975301
commit a7e8d0ef2c
2 changed files with 33 additions and 12 deletions

View File

@@ -38,6 +38,7 @@ import (
type bar struct {
u bool
t int64
b *mpb.Bar
s sem.Sem
}