Hi there
If I pass an object to a task (with the dask runtime). What exactly will happen to this object? I was thinking, it would be serialized and copied for every task.
But it seems, that there will also be some logic runned.
Is this process documented anywhere?
Sure I can give more details, if needed.