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

feat: MultiBar is now thread-safe; Create new bars dynamically #92

Merged
merged 1 commit into from
Dec 24, 2019
Merged

feat: MultiBar is now thread-safe; Create new bars dynamically #92

merged 1 commit into from
Dec 24, 2019

Conversation

mmstick
Copy link
Collaborator

@mmstick mmstick commented Dec 20, 2019

Allows the creation of new progress bars while the MultiBar is already listening.

By wrapping a MultiBar in an Arc, it can be safely shared and used across threads.

Closes #35
Closes #87

Allows the creation of new progress bars while the `MultiBar` is already listening.
@a8m
Copy link
Owner

a8m commented Dec 24, 2019

Wonderful @mmstick!
Thanks for your contribution.

I'll run a few tests on this, and merge it if everything works as expected.

@a8m a8m merged commit 87c29c0 into a8m:master Dec 24, 2019
@a8m
Copy link
Owner

a8m commented Dec 24, 2019

BTW, I've added you as a project collaborator :shipit:
Thanks again!

@mmstick mmstick deleted the dynamic-multibar branch December 24, 2019 15:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants