//
pkg.gl
Category
github.com/kaydxh/golang
go
container
heap
package
0.0.131
Repository:
https://github.com/kaydxh/golang.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
245 SLOC
#
Functions
NewHeap
NewHeap returns a Heap which can be used to queue up items to process.
#
Structs
Heap
Heap is a thread-safe producer/consumer queue that implements a heap data structure.
#
Type aliases
KeyFunc
KeyFunc knows how to make a key from an object.
LessFunc
LessFunc is used to compare two objects in the heap.