Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does this library support using many spinners and/or bars simultaneously? #252

Closed
abrahammurciano opened this issue Sep 27, 2023 · 1 comment

Comments

@abrahammurciano
Copy link

My app is tracking several different tasks that are happening simultaneously, and I'd like to have a different progress bar/spinner for each task, stacked one above the other, all running simultaneously. I couldn't find any examples of this in the docs. Is this supported? If so, can someone please point me in the right direction?

@rsalmei
Copy link
Owner

rsalmei commented Oct 5, 2023

No, it is not supported yet. I want to support it eventually, but it is very complex.
See #20, it is a long-requested feature.

You could collect the updates of the tasks, and present them in a single alive-progress bar in the main thread.
You can search for other issues here about ThreadPoolExecutor and Multiprocessing.

@rsalmei rsalmei closed this as completed Oct 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants