//
pkg.gl
Category
github.com/hashicorp/nomad
lib
delayheap
package
0.12.12
Repository:
https://github.com/hashicorp/nomad.git
Documentation:
pkg.go.dev
Versions
1
Dependencies
4
Dependents
12
Files
143 SLOC
#
Functions
NewDelayHeap
#
Structs
DelayHeap
DelayHeap wraps a heap and gives operations other than Push/Pop.
#
Interfaces
HeapNode
HeapNode is an interface type implemented by objects stored in the DelayHeap.