package
0.0.0-20170824060325-cf23810f2098
Repository: https://github.com/sttts/kubernetes.git
Documentation: pkg.go.dev

# Functions

NewBoundedFrequencyRunner creates a new BoundedFrequencyRunner instance, which will manage runs of the specified function.
NewRunner makes a runner for the given function(s).

# Structs

BoundedFrequencyRunner manages runs of a user-provided function.
Runner is an abstraction to make it easy to start and stop groups of things that can be described by a single function which waits on a channel close to exit.