Python3線程池ThreadPoolExecutor獲取返回值的坑

先上網上的使用代碼函數 _chk_th_pool = ThreadPoolExecutor(max_workers=4) # 建立校驗線程池 for future in _chk_th_pool.map(self.ipdata_format,all_datas): data = future.result() 我能搜索到的線程池獲取返回值的方式都是這個,然
相關文章
相關標籤/搜索