Tree @f34e4db (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
- 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 @f34e4db66342b594c1c0cc0ad444ca1c6510481e
- 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
- set heapUpdated to false in case of error Vladimir Bauer 3 years ago
- minor: comment Vladimir Bauer 3 years ago
- wait for bars Vladimir Bauer 3 years ago
- use render wrapper in shutdown case Vladimir Bauer 3 years ago
- call p.shutdown at very end Vladimir Bauer 3 years ago
- render wrapper Vladimir Bauer 3 years ago
- minor: godoc Vladimir Bauer 3 years ago
- minor: godoc Vladimir Bauer 3 years ago