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
I have a long list of async tasks running that I only want to run 10 at a time (to avoid abusing CPU/RAM/IO). It would be nice to be able to add items while the process is running:
⠋ foo
⠋ bar
then
✔ foo
⠋ bar
⠋ baz
via some method like multispinner.addSpinner(key, val). I have a workaround setup here for anyone interested in the interim: