# Functions

New returns a new Manager for creating Controllers.

# Structs

Options are the arguments for creating a new Manager.

# Interfaces

Manager initializes shared dependencies such as Caches and Clients, and provides them to Runnables.
Runnable allows a component to be started.

# Type aliases

RunnableFunc implements Runnable.