package
0.0.131
Repository: https://github.com/kaydxh/golang.git
Documentation: pkg.go.dev

# Functions

NewHeap returns a Heap which can be used to queue up items to process.

# Structs

Heap is a thread-safe producer/consumer queue that implements a heap data structure.

# Type aliases

KeyFunc knows how to make a key from an object.
LessFunc is used to compare two objects in the heap.