https://github.com/JuliaLang/julia
Revision 770faac96c678fe03979d8c132ac7474beae5b00 authored by Simon on 21 April 2021, 18:48:24 UTC, committed by GitHub on 21 April 2021, 18:48:24 UTC
I was quite confused by this example, since I didn't realize that there is a `getindex(f::Future, args...) = getindex(fetch(f), args...)`.
Because of this I misinterpreted the example (my first conclusion: `remote_call` must magically unpack the `Future`).
Also, it didn't really make clear, that fetch turns into a noop if applied to a `Future` from the same worker.
I tried to add this information in a concise way.
1 parent 9418acc
History
Tip revision: 770faac96c678fe03979d8c132ac7474beae5b00 authored by Simon on 21 April 2021, 18:48:24 UTC
fetch is a noop when on the same worker (#19044)
Tip revision: 770faac
File Mode Size
.devcontainer
.github
base
cli
contrib
deps
doc
etc
src
stdlib
test
.clang-format -rw-r--r-- 3.3 KB
.gitattributes -rw-r--r-- 65 bytes
.gitignore -rw-r--r-- 283 bytes
.mailmap -rw-r--r-- 11.0 KB
CITATION.bib -rw-r--r-- 2.6 KB
CONTRIBUTING.md -rw-r--r-- 19.3 KB
HISTORY.md -rw-r--r-- 313.4 KB
LICENSE.md -rw-r--r-- 5.0 KB
Make.inc -rw-r--r-- 48.6 KB
Makefile -rw-r--r-- 25.5 KB
NEWS.md -rw-r--r-- 6.2 KB
README.md -rw-r--r-- 6.8 KB
VERSION -rw-r--r-- 10 bytes
sysimage.mk -rw-r--r-- 4.0 KB

README.md

back to top