Open
Description
Is your feature request related to a problem?
Today if users have to concurrently load multiple variables in a DataArray or Dataset, they have to use dask.
It struck me that it'd be pretty easy for .load
to gain an executor
kwarg that accepts anything that follows the concurrent.futures
executor interface, and parallelize this loop.
Lines 853 to 857 in b003674