What happened to Async::Queue#items?
#440
|
I was using |
Answered by
postmodern
Jan 15, 2026
Replies: 1 comment 1 reply
|
Ended up using |
1 reply
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.