Codebase list golang-github-vbauerster-mpb / 27e0e82
fix warning Vladimir Bauer 5 years ago
1 changed file(s) with 1 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 // Package decor provides common decorators for "github.com/vbauerster/mpb/v6" module.
01 /*
1 Package decor provides common decorators for "github.com/vbauerster/mpb/v6" module.
2
32 Some decorators returned by this package might have a closure state. It is ok to use
43 decorators concurrently, unless you share the same decorator among multiple
54 *mpb.Bar instances. To avoid data races, create new decorator per *mpb.Bar instance.