Tree @1a45bb0 (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 @1a45bb0e43bc9ca5d501e6ee41b1e7f48bc1c24d
- 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
- refactoring: heapManager.end(ch chan<- interface{}) Vladimir Bauer 3 years ago
- cancel err bar early Vladimir Bauer 3 years ago
- ForceAutoRefresh ContainerOpation Vladimir Bauer 3 years ago
- move related func to heap_manager.go Vladimir Bauer 3 years ago