在 Dask 集合中获取所有 Futures 的最佳方式

Best way to get all Futures in a Dask collection

如果有一个 Dask 集合 d 依赖于某些持久化内容,那么获取 d 依赖的所有 Future 列表的最佳方法是什么?

你可能会想要这个功能

dask.distributed.client.futures_of

也可以作为 Client 的方法使用。