Tree @e3ce0bf (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
- 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 @e3ce0bf6d99e7aef65f76777adc9de9fdcee4c2d
- 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
- ch send operation last Vladimir Bauer 3 years ago
- increment bwg inside newBar Vladimir Bauer 3 years ago
- popPriority isn't mutated by user Vladimir Bauer 3 years ago
- idCount isn't mutated by user Vladimir Bauer 3 years ago
- declare rows inside pState.flush Vladimir Bauer 3 years ago
- refactoring p.done = ctx.Done() Vladimir Bauer 3 years ago
- refactoring manualRefresh to refreshCh Vladimir Bauer 3 years ago
- minor: declare same type on one line Vladimir Bauer 3 years ago