Tree @5d4f68b (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 heap_manager.go @5d4f68bdaf2223f773da9d4f35fc768cd5d29d81
- satisfy staticcheck, address issue #128 Vladimir Bauer 3 years ago
- refactoring UpdateBarPriority Vladimir Bauer 3 years ago
- minor: declare same type on one line Vladimir Bauer 3 years ago
- make dropS, dropD channels on pState Vladimir Bauer 3 years ago
- refactoring receive only chan type Vladimir Bauer 3 years ago
- heapManager: break from data.drop case Vladimir Bauer 3 years ago
- minor: send only chan as param Vladimir Bauer 3 years ago
- heapManager h_state case Vladimir Bauer 3 years ago
- refactoring data by val Vladimir Bauer 3 years ago
- refactoring hm.popAll to hm.drain Vladimir Bauer 3 years ago
- refactoring: heapManager.end(ch chan<- interface{}) Vladimir Bauer 3 years ago
- fix dead lock Vladimir Bauer 3 years ago
- move related func to heap_manager.go Vladimir Bauer 3 years ago
- h_end case Vladimir Bauer 3 years ago
- heap manager Vladimir Bauer 3 years ago