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 f53f04c commit d56da05Copy full SHA for d56da05
src/remotecall.jl
@@ -667,6 +667,7 @@ All asynchronous remote calls return `Future`s and set the
667
value to the return value of the call upon completion.
668
"""
669
function put!(r::Future, v)
670
+ println("put!($(repr(f)), $(repr(v))) on thread $(Threads.threadid())")
671
if r.where == myid()
672
rid = remoteref_id(r)
673
rv = lookup_ref(rid)
0 commit comments