Tree @1d4ef19 (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 @1d4ef199e3ae31800a3bc5478c79927acafbe1c1
- 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
- make dropS, dropD channels on pState Vladimir Bauer 3 years ago
- check s.reqWidth before assign Vladimir Bauer 3 years ago
- refactoring move ctx to pState Vladimir Bauer 3 years ago
- refactoring call BarFiller middleware inside BarOption Vladimir Bauer 3 years ago
- refactoring subscribe decorators via bar.TraverseDecorators Vladimir Bauer 3 years ago
- minor: reset s.rows after drain Vladimir Bauer 3 years ago
- minor: one liners Vladimir Bauer 3 years ago
- refactoring defer wg.Wait inside flush Vladimir Bauer 3 years ago
- minor: methods place swap Vladimir Bauer 3 years ago
- run hm inside serve Vladimir Bauer 3 years ago