You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As mentioned in the discussion here: #505 (comment), we have a lot of boilerplate around creating a progress_spinner or progress_bar, performing some action, and then tearing down the spinner / bar.
It would be nice to abstract that into a method that accepts aFnOnce for the task and handles the creation of the progress element, calling the task, and finally cleaning up the progress meter.
The text was updated successfully, but these errors were encountered:
As mentioned in the discussion here: #505 (comment), we have a lot of boilerplate around creating a
progress_spinner
orprogress_bar
, performing some action, and then tearing down the spinner / bar.It would be nice to abstract that into a method that accepts a
FnOnce
for the task and handles the creation of the progress element, calling the task, and finally cleaning up the progress meter.The text was updated successfully, but these errors were encountered: