Published
- 1 min read
clear multiprocessing queue python
The solution for this is noted below
clear multiprocessing queue python
Solution
while not queue.empty(): # to empty multiproccess queue
queue.get()
Try other methods by searching on the site. That is if this doesn’t work