Tree @d54fb86 (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
- proxywriter.go
- proxywriter_test.go
- README.md
- UNLICENSE
History of progress.go @d54fb8627f28d45eb413dfc584125aef04de2c54
- call p.shutdown at very end Vladimir Bauer 3 years ago
- render wrapper Vladimir Bauer 3 years ago
- minor: godoc Vladimir Bauer 3 years ago
- minor: godoc Vladimir Bauer 3 years ago
- minor: godoc Vladimir Bauer 3 years ago
- add (*Progress).Shutdown() Vladimir Bauer 3 years ago
- initialize shutdownNotifier early Vladimir Bauer 3 years ago
- rename externalRefresh to manualRefresh Vladimir Bauer 3 years ago
- minor: toggle some fields Vladimir Bauer 3 years ago
- initialize (*bState).refreshCh Vladimir Bauer 3 years ago
- bar doesn't need debugOut Vladimir Bauer 3 years ago
- initialize externalRefresh chan Vladimir Bauer 3 years ago
- initialize debugOut to io.Discard Vladimir Bauer 3 years ago
- don't restrict externalRefresh chan Vladimir Bauer 3 years ago
- disableAutoRefresh Vladimir Bauer 3 years ago
- handle err in (*Progress).serve Vladimir Bauer 3 years ago
- handle frame.err in flush Vladimir Bauer 3 years ago
- add cancel func to Progress Vladimir Bauer 3 years ago
- minor: godoc Vladimir Bauer 3 years ago
- rename method Add to AddFiller Vladimir Bauer 3 years ago
- Revert "*Progress.Add is redundant, removing" Vladimir Bauer 3 years ago
- *Progress.Add is redundant, removing Vladimir Bauer 3 years ago
- minor: var rename Vladimir Bauer 3 years ago
- debug error if any Vladimir Bauer 3 years ago
- wait after flush Vladimir Bauer 3 years ago
- start with cap 64 Vladimir Bauer 3 years ago
- heap.Push concurrently Vladimir Bauer 3 years ago
- reuse pool slice Vladimir Bauer 3 years ago
- revert defer heap.Push Vladimir Bauer 3 years ago
- refactoring: bar render panic recover Vladimir Bauer 3 years ago