Python Forum
Python Tkinter Simple Multithreading Question
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python Tkinter Simple Multithreading Question
#2
If you want to control when they run, don't put each in their own thread? Unless the code something to synchronize execution of the threads, they just finish in whatever order they want. Normally you don't care.

As for them all printing on the same line, I am not seeing that, but it is probably just because stdout is not being flushed after each write
Reply


Messages In This Thread
RE: Python Tkinter Simple Multithreading Question - by deanhystad - Dec-14-2022, 03:25 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Very Beginner question on simple variables Harvy 1 278 Apr-12-2024, 12:03 AM
Last Post: deanhystad
  Simple Question - ' defined as "a". ?' Ryan012 10 1,781 May-27-2023, 06:03 PM
Last Post: Ryan012
  Very simple question about filenames and backslashes! garynewport 4 2,059 Jan-17-2023, 05:02 AM
Last Post: deanhystad
  Tkinter Web Scraping w/Multithreading Question.... AaronCatolico1 3 1,316 Dec-16-2022, 11:34 AM
Last Post: deanhystad
  python Multithreading on single file mg24 3 1,824 Nov-05-2022, 01:33 PM
Last Post: snippsat
  multithreading Hanyx 4 1,378 Jul-29-2022, 07:28 AM
Last Post: Larz60+
  A simple "If...Else" question from a beginner Serena2022 6 1,817 Jul-11-2022, 05:59 AM
Last Post: Serena2022
Question Problems with variables in multithreading Wombaz 2 1,377 Mar-08-2022, 03:32 PM
Last Post: Wombaz
  Simple arithmetic question ebolisa 5 2,138 Dec-15-2021, 04:56 PM
Last Post: deanhystad
  Simple code question about lambda and tuples JasPyt 7 3,464 Oct-04-2021, 05:18 PM
Last Post: snippsat

Forum Jump:

User Panel Messages

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