Is there an existing issue or pull request for this?
Feature description
In my project there is a service that connects to an API, and I wanted each endpoint to have a different queue, so what I want is for it to support indexing, so on one side I type queue.wait(key) and on the other side queue.shift(key)
Desired solution
N/A
Alternatives considered
N/A
Additional context
No response
Is there an existing issue or pull request for this?
Feature description
In my project there is a service that connects to an API, and I wanted each endpoint to have a different queue, so what I want is for it to support indexing, so on one side I type
queue.wait(key)and on the other sidequeue.shift(key)Desired solution
N/A
Alternatives considered
N/A
Additional context
No response