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: allow to manually finish progressbar #11

Closed

Conversation

mokurin000
Copy link

@mokurin000 mokurin000 commented Dec 14, 2024

this is originally a workaround for the deadlock found in issue #10

also removed some unused &mut ref

this is originally a workaround for the `deadlock` found in issue emersonford#10
@emersonford
Copy link
Owner

Unfortunately this API is not safe to expose, it will break many of the parent<>child progress bar assumptions in the code base. You should always be able to finish the progress bar by closing out the span.

@mokurin000 mokurin000 deleted the feat-finish-clear branch December 15, 2024 14:40
@mokurin000 mokurin000 restored the feat-finish-clear branch December 15, 2024 18:28
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

Successfully merging this pull request may close these issues.

2 participants