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
- 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
- refactoring newTicker takes what it really needs Vladimir Bauer 3 years ago
- make manualRefresh ater container opts are run Vladimir Bauer 3 years ago
- minor: p.Write chan result Vladimir Bauer 3 years ago
- refactoring: interceptIO Vladimir Bauer 3 years ago
- minor: one line func Vladimir Bauer 3 years ago
- refactoring: ch to update Vladimir Bauer 3 years ago
- refactoring: tickerC Vladimir Bauer 3 years ago
- refresh ch buffer 1 Vladimir Bauer 3 years ago
- start heap manager before p.serve Vladimir Bauer 3 years ago
- check hm.state after p.done Vladimir Bauer 3 years ago
- refactoring hm.popAll to hm.drain Vladimir Bauer 3 years ago
- drop BarCount Vladimir Bauer 3 years ago