# Functions
FromContext returns the Manager ctx carries.
New initializes and returns a Manager which runs its tasks on the chain of the given parent context.
NewWithContext derives a Context that carries a new Manager.
WithContext derives a Context that carries the given Manager from ctx.
# Interfaces
Manager implements a task manager.
# Type aliases
Task wraps the set of tasks.