Codebase list golang-github-vbauerster-mpb / d503910
explicit initialization isn't necessary Vladimir Bauer 3 years ago
1 changed file(s) with 0 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
7272 // method has been called.
7373 func NewWithContext(ctx context.Context, options ...ContainerOption) *Progress {
7474 s := &pState{
75 bHeap: priorityQueue{},
7675 rows: make([]io.Reader, 0, 64),
7776 pool: make([]*Bar, 0, 64),
7877 refreshRate: defaultRefreshRate,