我用python新建了线程,可是当我关闭进程的时候线程并没有自己关闭,我是不是还要回收线程(或者说关闭线程),我应该怎么做呢,有无大佬指导,非常感谢各位大佬
thread.start_new_thread(self.io_show,(1,))
thread.start_new_thread(self.GJ,(1,))
thread.start_new_thread(self.laser,(1,))
thread.start_new_thread(self.diaoyong,(1,))
这个是我创建线程的函数,求大佬解答