Tree @6e70bea (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 @6e70beade8c555426ce496852101aa2129e1018d
- 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
- manual revert a9bb9bb5 (reuse pool slice) Vladimir Bauer 3 years ago
- defer close(sync), cb may panic Vladimir Bauer 3 years ago
- type syncTable Vladimir Bauer 3 years ago
- comment why early return is ok Vladimir Bauer 3 years ago
- no need to reset s.rows if error Vladimir Bauer 3 years ago
- minor: pass string instead of interface Vladimir Bauer 3 years ago
- minor: wg.Add(1) Vladimir Bauer 3 years ago
- refactoring: drop sync.Once Vladimir Bauer 3 years ago
- explicit initialization isn't necessary Vladimir Bauer 3 years ago
- minor: rename rr to refreshRate Vladimir Bauer 3 years ago
- init shutdownNotifier before ranging options Vladimir Bauer 3 years ago
- nested if isn't necessary Vladimir Bauer 3 years ago
- frame.shutdown=true max 2 times Vladimir Bauer 3 years ago
- correct popCompleted and dropOnComplete Vladimir Bauer 3 years ago
- no need for var assignment Vladimir Bauer 3 years ago
- wait wor syncWidth before next render Vladimir Bauer 3 years ago