Multiprocessing in Python tkinter

后端 未结 2 1220
一个人的身影
一个人的身影 2020-12-19 14:25

How to run multiple processes in python without multithreading? For example consider the following problem:-

We have to make a Gui,which has a start button which sta

2条回答
  •  太阳男子
    2020-12-19 15:03

    Did you try to used multiprocessing module? Seems to be the one you're looking for.

提交回复
热议问题