четкая многопроцессорная очередь питона

                while not queue.empty():    # to empty multiproccess queue
                    queue.get()
Tomer Mantzuri