Codebase list golang-github-vbauerster-mpb / 7001007
minor: godoc Vladimir Bauer 3 years ago
1 changed file(s) with 2 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
220220 }
221221 }
222222
223 // Wait waits for all bars to complete and finally shutdowns container.
224 // After this method has been called, there is no way to reuse *Progress
225 // instance.
223 // Wait waits for all bars to complete and finally shutdowns container. After
224 // this method has been called, there is no way to reuse (*Progress) instance.
226225 func (p *Progress) Wait() {
227226 // wait for user wg, if any
228227 if p.uwg != nil {