Let's say I have a delayed function which does a certain task but it needs a dict
to store intermediate key/value pairs which are read and modified in each dask worker.
Can delayed
or another mechanism be used to share the cache dict across workers?
I can't seem to find any documentation about doing this.