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.
1 parent b6d81e3 commit f349bd2Copy full SHA for f349bd2
stdlib/Distributed/src/Distributed.jl
@@ -77,7 +77,7 @@ function _require_callback(mod::Base.PkgId)
77
@sync for p in procs()
78
p == 1 && continue
79
@async remotecall_wait(p) do
80
- Base._require(mod)
+ Base.require(mod)
81
nothing
82
end
83
0 commit comments