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

Better progress handling than giving it to thread 0 #4

Open
djsutherland opened this issue May 10, 2016 · 0 comments
Open

Better progress handling than giving it to thread 0 #4

djsutherland opened this issue May 10, 2016 · 0 comments

Comments

@djsutherland
Copy link
Owner

Sometimes thread 0 finishes earlier than the stragglers, and the progressbar hangs at the end.

Instead, ideally each thread would say "hey, is the GIL available to take?" – if so, it'd grab it and update the progressbar, but if not, it'd just continue on its way.

Have to look into whether this is possible.

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

1 participant