Feature #2550
synchronized priority_queue
Status: | New | Start date: | 05/26/2016 | |
---|---|---|---|---|
Priority: | Low | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | Threading | |||
Target version: | - |
Description
It would be cool to have a priority_queue variant of the SynchronizedQueue<M>.
I didn't think this through but maybe the queue could be an argument on the constructor of the existing SynchronizedQueue<M>, defaulting to the std::queue.
History
#1 Updated by M. Goerlich over 8 years ago
Okay that idea won't work that easily since queue and priority_queue have different names for the access of the first element.
#2 Updated by J. Wienke over 8 years ago
What would be your use case for this?
#3 Updated by J. Wienke over 8 years ago
- Category set to Threading