package
0.0.0-20240912065615-60fd97213283
Repository: https://github.com/go-leo/gox.git
Documentation: pkg.go.dev

# Functions

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

# Structs

Heap is a producer/consumer queue that implements a heap data structure.
No description provided by the author

# Type aliases

KeyFunc is a function type to get the key from an object.