In reply to Mechanic:
In reply to cuonghle:
Thanks for the example .
One clarification can we use two queues of same element type “int”? is it possible.
what would be the queue_key in that case?
please share your response
If you have 2 queues which are the same type “int”, you can provide different key strings to get different queues. Key strings can be any value but need to be unique.
If you have 2 queues which are different type, you need to declare different pools using typedef that I showed in previous post.