Python Forum

Full Version: multiprocessing.Queue.join_thread() says "thread"
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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?