traceback.format_exc() and ThreadPoolExecutor

前端 未结 0 1267
予麋鹿
予麋鹿 2021-01-11 12:44

I\'m using the following code to retrieve ThreadPoolExecutor worker exception:

def worker_done(worker):
   if worker.exception():
      print("worker exc         


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