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.
@Module.macro
1 parent 41cc4a9 commit 1ff04d8Copy full SHA for 1ff04d8
test/distributed_exec.jl
@@ -302,15 +302,15 @@ end
302
303
# Tests for issue #23109 - should not hang.
304
f = @spawnat :any rand(1, 1)
305
-@Base.Experimental.sync begin
+Base.Experimental.@sync begin
306
for _ in 1:10
307
@async fetch(f)
308
end
309
310
311
wid1, wid2 = workers()[1:2]
312
f = @spawnat wid1 rand(1,1)
313
314
315
@async remotecall_fetch(()->fetch(f), wid2)
316
0 commit comments