What happened to Async::Queue#items?
#440
-
|
I was using |
Beta Was this translation helpful? Give feedback.
Answered by
postmodern
Jan 15, 2026
Replies: 1 comment
-
|
Ended up using |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
postmodern
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ended up using
expect { |b| queue.each(&b) }.to yield_successive_args(...). Also had to close the queue in order to preventAsync::Queue#eachfrom blocking while dequeueing.