package
0.5.0
Repository: https://github.com/southernlabs-io/go-fw.git
Documentation: pkg.go.dev

# Functions

NewPriorityQueue creates a new PriorityQueue.

# Structs

Element is an element of the PriorityQueue.
PriorityQueue this implementation is based on https://golang.org/pkg/container/heap/ High priority is closer to -infinity.