package
1.21.0-rc1
Repository: https://github.com/hashicorp/consul.git
Documentation: pkg.go.dev

# Functions

NewExpiryHeap creates and returns a new ExpiryHeap.

# Constants

NotIndexed indicates that the entry does not exist in the heap.

# Structs

Entry
Entry in the ExpiryHeap, tracks the index and expiry time of an item in a ttl cache.
ExpiryHeap is a heap that is ordered by the expiry time of entries.
Timer provides a channel to block on.