# Functions
NewLocalLockSource provides locks backed by local concurrency primitives.
NewManager will return a manager ready to have its Start or Run methods called.
WithBatchSize sets the max number of parallel updaters that will run during an update interval.
WithConfigs tells the Manager to configure each updater where a configuration is provided.
WithEnabled configures the Manager to only run the specified updater sets.
WithFactories resets UpdaterSetFactories used by the Manager.
WithGC instructs the manager to run garbage collection at the end of an update interval.
WithInterval configures the interval at which updaters will be ran.
WithOutOfTree allows callers to provide their own out-of-tree updaters.
# Constants
No description provided by the author
# Variables
No description provided by the author
# Interfaces
LockSource abstracts over how locks are implemented.
# Type aliases
No description provided by the author
ManagerOption specify optional configuration for a Manager.