Checking on a thread / remove from list

前端 未结 5 594
无人及你
无人及你 2020-12-13 19:19

I have a thread which extends Thread. The code looks a little like this;

class MyThread(Thread):
    def run(self):
        # Do stuff

my_threads = []
while         


        
5条回答
提交回复
热议问题