Tree @d2caee5 (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 @d2caee56efe4ebd84a24f94ec995a9070cd54b3e
- 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
- reset heapUpdated in case of empty pool Vladimir Bauer 3 years ago
- quick path for single bar Vladimir Bauer 3 years ago
- it's ok to return error immediately Vladimir Bauer 3 years ago
- don't invoke render with 0 bars Vladimir Bauer 3 years ago
- minor: var toggle Vladimir Bauer 3 years ago