You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Define Datadeps example functions with @everywhere
The functions `add!`, `inc!`, `inc_upper!`, `inc_ulower!`, and `inc_diag!` in
`docs/src/datadeps.md` are example functions. To ensure they work correctly
in distributed environments when used with Dagger.jl, they need to be
defined everywhere.
This change prepends `@everywhere` to their definitions in the
documentation.
0 commit comments