Python多线程 如果结束线程
伊谢尔伦
伊谢尔伦 2017-04-17 11:32:30
0
1
396

使用Python多线程的时候 如何结束一个线程?

伊谢尔伦
伊谢尔伦

小伙看你根骨奇佳,潜力无限,来学PHP伐。

reply all(1)
伊谢尔伦

There is no way to end a thread alone, you can put the thread t

t.setDaemon(True)

This thread will end when the main thread exits

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template