How would you pass two arguments for threadpoolexecutor in python?

前端 未结 0 453
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-05 03:26
from concurrent.futures import ThreadPoolExecutor
from functools import partial

threads = ThreadPoolExecutor(max_workers=20)

def check_and_execute(name, key):
                 


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