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

Occasionally program can be stuck inside try_dequeue of blockingconcurrentqueue.h #367

Open
wudandan1221 opened this issue Dec 1, 2023 · 1 comment

Comments

@wudandan1221
Copy link

Why try_dequeue functions of blocking queue use while instead of if? when inner.try_dequeue(item) return false, it will never get out.

@cameron314
Copy link
Owner

To take care of races. It should never get stuck in that loop.

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