package
25.1.0+incompatible
Repository: https://github.com/cockroachdb/cockroach.git
Documentation: pkg.go.dev
# Functions
MakeConcurrentFrontier wraps provided frontier to make it safe to use concurrently.
MakeFrontier returns a Frontier that tracks the given set of spans.
MakeFrontierAt returns a Frontier that tracks the given set of spans.
# Constants
ContinueMatch signals DoMatching should continue.
StopMatch signals DoMatching should stop.
# Interfaces
Frontier tracks the minimum timestamp of a set of spans.
# Type aliases
An Operation is a function that operates on a frontier spans.
OpResult is the result of the Operation callback.
captureHistoryFrontier is a Frontier that captures history of forward calls in order to make it easier to reproduce fuzz test failures.