- Notifications
You must be signed in to change notification settings - Fork472
fix potential deadlock in thread_queue#556
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
- capacity setter notifies notFullCond to avoid deadlock on waiting for put- docstring
Hey, thanks for pointing this out. You're completely correct that increasing the capacity makes the queue "not full" and it should notify waiting threads. Unfortunately, as this is an official Eclipse project, I (literally) can't merge a PR from anyone that doesn't have a signed ECA with the Eclipse foundation, which probably isn't worth it for a small change like this. I can get the fix in with this next update. |
No description provided.