package
1.12.3-warp-verify6
Repository: https://github.com/ava-labs/avalanchego.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

EstimateETA attempts to estimate the remaining time for a job to finish given the [startTime] and it's current progress.
No description provided by the author
NewTimer creates a new timer object.
ProgressFromHash returns the progress out of MaxUint64 assuming [b] is a key in a uniformly distributed sequence that is being iterated lexicographically.
StoppedTimer returns a stopped timer so that there is no entry on the C channel (and there isn't one scheduled to be added).

# Structs

AdaptiveTimeoutConfig contains the parameters provided to the adaptive timeout manager.
Timer wraps a timer object.

# Interfaces

No description provided by the author
Meter tracks the number of occurrences of a specified event.