<div dir="ltr">Hello,<br>
<br>
Is there a reason that queues don't have an `__iter__` method? I mean
both `Queue.Queue` and `multiprocessing.Queue`.<br>
<br>
I had to write up my own "iterate on queue" function for use in my project. Do you think that it should be a built-in method on the Queue class?<br><br>Ram.<br>
</div>