What is the correct way of handling `KeyboardInterrupt` exception relating to Python threading.Condition?

前端 未结 0 492
夕颜
夕颜 2021-01-31 15:29

According to python documentation on "Using locks, conditions, and semaphores in the with statement" in the threading module:

with some_lock:
    # do s         


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