Python Forum
multiprocessing.Queue.join_thread() says "thread"
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
multiprocessing.Queue.join_thread() says "thread"
#1
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?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Multiprocessing queue catch get timeout Pythocodras 1 4,424 Apr-22-2022, 06:01 PM
Last Post: Pythocodras
  Multiprocessing, class, run and a Queue Object SeanInColo 0 2,039 Jul-12-2020, 05:36 PM
Last Post: SeanInColo
  task queue Valon1981 8 5,154 Jul-07-2020, 07:41 AM
Last Post: freeman
  Error SQLite objects created in a thread can only be used in that same thread. binhduonggttn 3 19,411 Jan-31-2020, 11:08 AM
Last Post: DeaD_EyE
  Queue in Pygame constantin01 1 4,624 Jan-07-2020, 04:02 PM
Last Post: metulburr
  Queue maxsize mr_byte31 2 5,838 Sep-03-2019, 07:02 PM
Last Post: mr_byte31
  Multiprocessing.Queue Issues (Missing/Corrupted Items/No Output) python3noob 0 4,570 Aug-03-2019, 09:38 PM
Last Post: python3noob
  multiprocessing.Queue.put(,,0) not documented Skaperen 2 3,012 Jul-30-2019, 09:01 AM
Last Post: perfringo
  Multiprocessing.Queue with hugh data causes _wait_for_tstate_lock buhtz 0 6,262 May-27-2019, 09:47 AM
Last Post: buhtz
  Why thread and queue only process the last row kinojom 0 2,212 Apr-05-2019, 03:08 PM
Last Post: kinojom

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020