With this API for spinner, it would be easy to forget to call Stop() when handling errors and spin forever.
Maybe it could be changed to a function to help you rememeber to clean up?
s.Run(func() {
// after this runs the spinner is stopped
})
Max H
Originally posted by @pullrequest[bot] in #96 (comment)
With this API for spinner, it would be easy to forget to call
Stop()when handling errors and spin forever.Maybe it could be changed to a function to help you rememeber to clean up?
Originally posted by @pullrequest[bot] in #96 (comment)