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

how to add the capacity of ordering by priority to continuously #340

Open
zyxgis opened this issue Apr 7, 2023 · 1 comment
Open

how to add the capacity of ordering by priority to continuously #340

zyxgis opened this issue Apr 7, 2023 · 1 comment

Comments

@zyxgis
Copy link

zyxgis commented Apr 7, 2023

i have a producer which will continuously generate many task objects which need to be processed by its priority .

how i can use this concurrentqueue as concurrent priority queue?

@cameron314
Copy link
Owner

Not supported. But you could try using a series of queues, one for each level of priority you need.

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