We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
fetch(::Any)
1 parent 5e1c5cf commit e0d8ba7Copy full SHA for e0d8ba7
base/task.jl
@@ -351,6 +351,11 @@ function wait(t::Task)
351
nothing
352
end
353
354
+"""
355
+ fetch(x::Any)
356
+
357
+Return `x`.
358
359
fetch(@nospecialize x) = x
360
361
"""
doc/src/base/parallel.md
@@ -33,6 +33,7 @@ Base.errormonitor
33
Base.@sync
34
Base.wait
35
Base.fetch(t::Task)
36
+Base.fetch(x::Any)
37
Base.timedwait
38
39
Base.Condition
0 commit comments