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
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to have a single progress bar which takes into account progress from parallel running tasks.
I took a look at the code and I think this could be easily implemented by changing the
current
variable inProgressStatus
fromlong
to anAtomicLong
.Do you think this could work or is there something I'm missing? I can easily fork, modify and send a pull request in case.
Beta Was this translation helpful? Give feedback.
All reactions