package
0.0.0-20230803065340-eb934a0893fc
Repository: https://github.com/sliceledger-blockchain/slice-ledger.git
Documentation: pkg.go.dev

# Functions

NewDeterministicClock creates a new clock where time only advances when the DeterministicClock.AdvanceTime method is called.

# Variables

SystemClock provides an instance of Clock that uses the system clock via methods in the time package.

# Structs

No description provided by the author
No description provided by the author

# Interfaces

Clock represents time in a way that can be provided by varying implementations.
A Ticker holds a channel that delivers "ticks" of a clock at intervals.