Looping through elements in a queue: alternatives to Queue.takeAll and Stream.fromQueue
How can I loop through each element in a queue (concurrently), is there something like Queue.forEach? Using Queue.takeAll and Stream.fromQueue seems strange to use for this use case.