Tree @130dcc5 (Download .tar.gz)
- .github
- _examples
- _svg
- cwriter
- decor
- internal
- .gitignore
- bar.go
- bar_filler.go
- bar_filler_bar.go
- bar_filler_nop.go
- bar_filler_spinner.go
- bar_option.go
- bar_test.go
- barbench_test.go
- container_option.go
- decorators_test.go
- doc.go
- draw_test.go
- example_test.go
- export_test.go
- go.mod
- go.sum
- priority_queue.go
- progress.go
- progress_test.go
- proxyreader.go
- proxyreader_test.go
- README.md
- UNLICENSE
History of bar.go @130dcc5cc776e4cf2a1d4e33109848985672704f
- convert newProxyReader to func Vladimir Bauer 3 years ago
- add bool param to newProxyReader, rather than keeping it at bar instance Vladimir Bauer 3 years ago
- cosmetic code style Vladimir Bauer 3 years ago
- v8 Vladimir Bauer 3 years ago
- make bar.isRunning public Vladimir Bauer 3 years ago
- refactoring: simplify BarFiller's signature Vladimir Bauer 3 years ago
- fixup! add BarExtenderRev Vladimir Bauer 3 years ago
- refactoring: anon wait struct Vladimir Bauer 3 years ago
- add BarExtenderRev Vladimir Bauer 3 years ago
- check errors Vladimir Bauer 3 years ago
- prefer bytes.NewReader Vladimir Bauer 3 years ago
- Correct PopCompletedMode with multiple bars Vladimir Bauer 3 years ago
- check if bar is running with single call Vladimir Bauer 4 years ago
- SetTotal godoc upd Vladimir Bauer 4 years ago
- EnableTriggerComplete only after total has been set Vladimir Bauer 4 years ago
- return early if s.aborted Vladimir Bauer 4 years ago
- prefer public api Vladimir Bauer 4 years ago
- better var name Vladimir Bauer 4 years ago
- Abort: don't force to wait, instead comment about how to wait Vladimir Bauer 4 years ago
- add (*Bar).Wait method Vladimir Bauer 4 years ago
- partially revert b2237635 Vladimir Bauer 4 years ago
- Revert "EnableTriggerComplete waits for b.done if triggering complete event" Vladimir Bauer 4 years ago
- SetTotal waits for b.done if triggering complete event Vladimir Bauer 4 years ago
- EnableTriggerComplete waits for b.done if triggering complete event Vladimir Bauer 4 years ago
- proxyReader: don't SetTotal inside Read Vladimir Bauer 4 years ago
- Revert "proxyReader: manual trigger complete only if total is unknown" Vladimir Bauer 4 years ago
- godoc comments Vladimir Bauer 4 years ago
- SetTotal is only effective for "never complete" bar Vladimir Bauer 4 years ago
- godoc comments Vladimir Bauer 4 years ago
- add EnableTriggerComplete Vladimir Bauer 4 years ago