Codebase list golang-github-vbauerster-mpb / b022d0a
BeforeRenderFunc public comment Vladimir Bauer 9 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
128128 return p
129129 }
130130
131 // BeforeRenderFunc accepts a func, which gets called before render process.
131132 func (p *Progress) BeforeRenderFunc(f BeforeRender) *Progress {
132133 if IsClosed(p.done) {
133134 panic(ErrCallAfterStop)