dask concurrent future map with static parameter and inner function

后端 未结 0 883
有刺的猬
有刺的猬 2020-12-07 01:15

I have a python function like:

from time import sleep
from dask.distributed import Client, progress
from dask import delayed
client = Client(n_workers=4)
thin         


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