# Functions
Command creates a single purpose supervisor and uses it to produce and return a *supervisor.Cmd.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
No description provided by the author
No description provided by the author
A supervisor provides an abstraction for managing a group of related goroutines, and provides:
- startup and shutdown ordering based on dependencies - both graceful and hard shutdown - error propagation - retry - logging
.
No description provided by the author
# Interfaces
No description provided by the author