On Sep 4, 12:41 pm, Fredrik Lundh <[EMAIL PROTECTED]> wrote: > "task_done" just decrements a counter (incremented by "put"). when the > counter reaches zero, the "join" call is unblocked.
Thanks! Is there any standard python idiom to empty a queue into a list? Or do I just call get() repeatedly and catch the exception when it's done? martin -- http://mail.python.org/mailman/listinfo/python-list
