In python, how to stop one thread, by using another thread listening to key strokes?

后端 未结 0 1336
生来不讨喜
生来不讨喜 2021-02-08 08:20

Here I am using two classes for two threads. The following Capture class does the main work.

class Capture(Thread):
    def __init__(self, path=PATH):
        Thr         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题