Tree @1530777 (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 @15307777d0fe7c4e883e12ebf65e4315852eecb9
- 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
- don't auto refresh if output is not terminal Vladimir Bauer 3 years ago
- heap manager Vladimir Bauer 3 years ago
- make rows once Vladimir Bauer 3 years ago
- heap.Push in another goroutine, if there is something in the stash pool Vladimir Bauer 3 years ago
- nop case 0 Vladimir Bauer 3 years ago