Clear multiprocesseing file d'attente Python

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