package
1.10.11
Repository: https://github.com/dioneprotocol/odysseygo.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
NewStagedTimer returns a timer that will execute [f] when a timeout occurs and execute an additional timeout after the returned duration if [f] returns true and some duration.
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.

# 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.