package
Version:
v0.0.0-...-21cfbab
Opens a new window with list of versions in this module.
Published: Apr 10, 2023
License: Apache-2.0, Apache-2.0
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type JitterTicker interface {
Stop()
Channel() <-chan time.Time
Done() chan bool
}
Ticker tries to emit events on channel C at minDuration intervals plus up to maxJitter.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.