Tree @a72eaae (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 bar.go @a72eaaecf9e23ae56bc9593b6a5b29d8bc77ae40
- refactoring drawImpl Vladimir Bauer 2 years ago
- minor: refactoring ewmaUpdate to decoratorEwmaUpdate Vladimir Bauer 3 years ago
- minor: one line func Vladimir Bauer 3 years ago
- refactoring refreshCh to renderReq Vladimir Bauer 3 years ago
- shutdown refresh listener goroutine first then p.serve Vladimir Bauer 3 years ago
- minor: one line func Vladimir Bauer 3 years ago
- limit frame.shutdown path Vladimir Bauer 3 years ago
- refactoring bState.rmOnComplete Vladimir Bauer 3 years ago
- minor: param rename Vladimir Bauer 3 years ago
- check manualRefresh at bar.triggerCompletion Vladimir Bauer 3 years ago
- refactoring bState.autoRefresh Vladimir Bauer 3 years ago
- minor: why tryEarlyRefresh call comment Vladimir Bauer 3 years ago
- refactoring forceRefreshImpl => tryEarlyRefresh Vladimir Bauer 3 years ago
- refactoring forceRefresh => triggerCompletion Vladimir Bauer 3 years ago
- allow bar completion without render calls Vladimir Bauer 3 years ago
- forceRefresh without wg Vladimir Bauer 3 years ago
- make sure b.cancel is called after OnComplete decorators Vladimir Bauer 3 years ago
- Revert "forceRefresh: sleep 10 ms on success" Vladimir Bauer 3 years ago
- drop sync bool param of BarQueueAfter Vladimir Bauer 3 years ago
- increment bwg inside newBar Vladimir Bauer 3 years ago
- refactoring manualRefresh to refreshCh 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
- refactoring TraverseDecorators Vladimir Bauer 3 years ago
- refactoring unwrap Vladimir Bauer 3 years ago
- refactoring ShutdownListener interface Vladimir Bauer 3 years ago
- refactoring Wrapper interface Vladimir Bauer 3 years ago
- minor: send only chan as param Vladimir Bauer 3 years ago
- forceRefresh: sleep 10 ms on success Vladimir Bauer 3 years ago