package
2025.3.14-pr4251.1+incompatible
Repository: https://github.com/superfly/flyctl.git
Documentation: pkg.go.dev
# 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.