# Functions
NewStopper returns an instance of Stopper.
OnPanic is an option which lets the Stopper recover from all panics using the provided panic handler.
# Variables
ErrThrottled is returned from RunLimitedAsyncTask in the event that there is no more capacity for async tasks, as limited by the semaphore.
# Structs
A Stopper provides a channel-based mechanism to stop an arbitrary array of workers.