# Functions
New returns a new Manager for creating Controllers.
# Interfaces
LeaderElectionRunnable knows if a Runnable needs to be run in the leader election mode.
Manager initializes shared dependencies such as Caches and Clients, and provides them to Runnables.
Runnable allows a component to be started.
# Type aliases
BaseContextFunc is a function used to provide a base Context to Runnables managed by a Manager.
RunnableFunc implements Runnable using a function.