Documentation
In multiprocessing.Queue documentation
"Queue implements all the methods of queue.Queue except for task_done() and join()."
The shutdown() method is not implemented and should be add too.
This applies all versions from 3.13.
Linked PRs
Reactions are currently unavailable
Documentation
In multiprocessing.Queue documentation
"Queue implements all the methods of queue.Queue except for task_done() and join()."
The shutdown() method is not implemented and should be add too.
This applies all versions from 3.13.
Linked PRs