# Functions
NewRunnerCloserManager creates a new RunnerCloserManager with the given grace period and runners.
NewRunnerManager creates a new RunnerManager.
# Variables
No description provided by the author
No description provided by the author
# Structs
RunnerCloserManager is a RunnerManager that also implements Closing of the added closers once the main runners are done.
RunnerManager is a manager for runners.
# Type aliases
Runner is a function that runs a task.