rabbitmq / rabbitmq-common

Common library used by rabbitmq-server and rabbitmq-erlang-client
Other
66 stars 112 forks source link

Add member/2 to priority_queue module #280

Closed acogoluegnes closed 5 years ago

acogoluegnes commented 6 years ago

To check whether a value is in the queue or not. Handle both non-priority and priority queue. Based on lists:member/2, does not take into account the priority of the value in the queue to check equality.

References rabbitmq/rabbitmq-server#1743

michaelklishin commented 5 years ago

Superseded by #288.