# Packages
No description provided by the author
# Functions
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.
AdaptiveTimeoutManager is a manager for timeouts.
No description provided by the author
TimedMeter is a meter that discards old events.
TimeoutManager is a manager for timeouts.
Timer wraps a timer object.
# Interfaces
Meter tracks the number of occurrences of a specified event.