Python Forum
multiprocessing.Queue.join_thread() says "thread" - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: multiprocessing.Queue.join_thread() says "thread" (/thread-20126.html)



multiprocessing.Queue.join_thread() says "thread" - Skaperen - Jul-29-2019

in the documentation for multiprocessing.Queue.join_thread() it says "join the background thread." does it really mean "join the background process." ? did a document writer just copy this from threading and overlook this?

or should i use multiprocessing.JoinableQueue.join() instead?