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 2,334 Apr-22-2022, 06:01 PM
Last Post: Pythocodras
  Multiprocessing, class, run and a Queue Object SeanInColo 0 1,552 Jul-12-2020, 05:36 PM
Last Post: SeanInColo
  task queue Valon1981 8 3,615 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 15,602 Jan-31-2020, 11:08 AM
Last Post: DeaD_EyE
  Queue in Pygame constantin01 1 3,699 Jan-07-2020, 04:02 PM
Last Post: metulburr
  Queue maxsize mr_byte31 2 4,569 Sep-03-2019, 07:02 PM
Last Post: mr_byte31
  Multiprocessing.Queue Issues (Missing/Corrupted Items/No Output) python3noob 0 3,215 Aug-03-2019, 09:38 PM
Last Post: python3noob
  multiprocessing.Queue.put(,,0) not documented Skaperen 2 2,051 Jul-30-2019, 09:01 AM
Last Post: perfringo
  Multiprocessing.Queue with hugh data causes _wait_for_tstate_lock buhtz 0 5,215 May-27-2019, 09:47 AM
Last Post: buhtz
  Why thread and queue only process the last row kinojom 0 1,793 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