Python Forum
signal during multiprocessing.JoinableQueue.join()
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
signal during multiprocessing.JoinableQueue.join()
#1
if a process is waiting in .join() for some multiprocessing.JoinableQueue() object, what happens if a signal arrives for a signal registered with signal.signal()? will the signal handler run then the process (only one thread) goes back to waiting in .join()?
Tradition is peer pressure from dead people

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


Forum Jump:

User Panel Messages

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