package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
NewLockfreeTracker creates a tracker.
# Interfaces
RemovalToken represents the result of Track: a token to be later used with Untrack() for removing the respective timestamp from the tracked set.
Tracker tracks the lower bound of a set of timestamps (called the tracked set).