package
1.5.0
Repository: https://github.com/m3db/m3.git
Documentation: pkg.go.dev

# Functions

NewOffsetClock returns new offset clock.
NewOffsetClockFromTimeDelta returns new offset clock that has time shifted by timeDelta duration.
NewOptions creates new clock options.
WaitUntil returns true if the condition specified evaluated to true before the timeout, false otherwise.

# Structs

Configuration configures clock options.
OffsetClock represents offset clock which returns current time from the initial seed time value.

# Interfaces

Options represents the options for the clock.

# Type aliases

ConditionFn specifies a predicate to check.
NowFn is the function supplied to determine "now".