@delayeddef do_something(): # Does some work passfutures = [do_something() for x in range(100)]compute(*futures)工人的默认数量是否取决于我们的 CPU 内核?或者它是否并行运行所有 100 个(我认为不是这种情况)但它如何使默认工作人员计数?
添加回答
举报
0/150
提交
取消