package
4.0.2-stable+incompatible
Repository: https://github.com/algorand/go-algorand.git
Documentation: pkg.go.dev

# Functions

MakeFrozenClock creates a new frozen clock.
MakeMonotonicClock creates a new monotonic clock with a given zero point.

# Structs

Frozen is a dummy frozen clock that never fires.
Monotonic uses the system's monotonic clock to emit timeouts.

# Interfaces

Clock provides timeout events which fire at some point after a point in time.