# Functions
Controller can run two types of jobs: - Runner: When these finish `Done()` will be called - BackgroundRunner: These should listen to `IsDone()` and gracefully exit.
# Structs
struct to help control routines.
# Interfaces
No description provided by the author