# 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.
# Structs
AdaptiveTimeoutConfig contains the parameters provided to the adaptive timeout manager.
TimeoutManager is a manager for timeouts.
Timer wraps a timer object.
# Interfaces
No description provided by the author
Meter tracks the number of occurrences of a specified event.