How to stop daemon thread or kill process?

后端 未结 0 602
孤城傲影
孤城傲影 2021-02-15 18:23

I have this code which I want to be run in the background.

context.t = threading.Thread(target=psubscribe, args=[context, paramA, paramB, paramC], daemon=True)
co         


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