Tree @7ea612f (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
- CONTRIBUTING
- decorators_test.go
- doc.go
- draw_test.go
- example_test.go
- export_test.go
- go.mod
- go.sum
- heap_manager.go
- 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 @7ea612f07ff8ca94eda337c07ece104a89f6a0f2
- address issue #136 again Vladimir Bauer 2 years ago
- refactoring tryEarlyRefresh Vladimir Bauer 2 years ago
- refactoring render error handling Vladimir Bauer 2 years ago
- address issue #136 Vladimir Bauer 2 years ago
- update godoc Vladimir Bauer 2 years ago
- skip pushing bar in pop completed mode, but push in other cases Vladimir Bauer 2 years ago
- refactoring flush frame.shutdown path Vladimir Bauer 2 years ago
- refactoring: UpdateBarPriority with lazy flag Vladimir Bauer 2 years ago
- minor: prefer value var wg Vladimir Bauer 3 years ago
- satisfy staticcheck Vladimir Bauer 3 years ago
- minor: godoc edit Vladimir Bauer 3 years ago
- Progress: Add and MustAdd methods Vladimir Bauer 3 years ago
- minor: avoid indirection Vladimir Bauer 3 years ago
- NewWithContext: ctx nil check Vladimir Bauer 3 years ago
- refactoring renderDelay to dealyRC Vladimir Bauer 3 years ago
- refactoring refreshCh to renderReq Vladimir Bauer 3 years ago
- makeBarState method on pState value receiver Vladimir Bauer 3 years ago
- shutdown refresh listener goroutine first then p.serve Vladimir Bauer 3 years ago
- limit frame.shutdown path Vladimir Bauer 3 years ago
- check manualRefresh at bar.triggerCompletion Vladimir Bauer 3 years ago
- refactoring forceAutoRefresh => autoRefresh Vladimir Bauer 3 years ago
- refactoring autoRefresh => newTicker Vladimir Bauer 3 years ago
- refactoring bState.autoRefresh Vladimir Bauer 3 years ago
- allow bar completion without render calls Vladimir Bauer 3 years ago
- make sure b.cancel is called after OnComplete decorators Vladimir Bauer 3 years ago
- hm.iter request asynchronously Vladimir Bauer 3 years ago
- refactoring UpdateBarPriority Vladimir Bauer 3 years ago
- minor: destructure res Vladimir Bauer 3 years ago
- check s.renderDelay outside autoRefresh goroutine Vladimir Bauer 3 years ago
- drop sync bool param of BarQueueAfter Vladimir Bauer 3 years ago