Klare Multiprocessing -Warteschlange Python

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