Tree @8eb62ca (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 @8eb62ca8e76186d5ca014b3e9f755872887effe1
- 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
- cannot be already aborted inside Abort call Vladimir Bauer 4 years ago
- rename frame struct to renderFrame Vladimir Bauer 4 years ago
- cancel at (*Bar).render wait in (*pState).flush Vladimir Bauer 4 years ago
- proxyReader: manual trigger complete only if total is unknown Vladimir Bauer 4 years ago
- refactor SetTotal Vladimir Bauer 4 years ago
- cosmetics... Vladimir Bauer 4 years ago
- wait for b.done if triggerComplete Vladimir Bauer 4 years ago
- no need for *pState.barShutdownQueue Vladimir Bauer 4 years ago
- check for aborted state as well Vladimir Bauer 4 years ago
- just forceRefresh Vladimir Bauer 4 years ago
- better var name Vladimir Bauer 4 years ago
- add sync param to BarQueueAfter option Vladimir Bauer 4 years ago