File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -652,7 +652,7 @@ remotecalls and when data is stored to a[`RemoteChannel`](@ref) / [`Future`](@re
652
652
a different node. As expected, this results in a copy of the serialized objects
653
653
on the remote node. However, when the destination node is the local node, i.e.
654
654
the calling process id is the same as the remote node id, it is executed
655
- as a local call. It is usually(not always) executed in a different task - but there is no
655
+ as a local call. It is usually (not always) executed in a different task - but there is no
656
656
serialization/deserialization of data. Consequently, the call refers to the same object instances
657
657
as passed - no copies are created. This behavior is highlighted below:
658
658
You can’t perform that action at this time.
0 commit comments