Skip to content

Commit d56da05

Browse files
debug
1 parent f53f04c commit d56da05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/remotecall.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,7 @@ All asynchronous remote calls return `Future`s and set the
667667
value to the return value of the call upon completion.
668668
"""
669669
function put!(r::Future, v)
670+
println("put!($(repr(f)), $(repr(v))) on thread $(Threads.threadid())")
670671
if r.where == myid()
671672
rid = remoteref_id(r)
672673
rv = lookup_ref(rid)

0 commit comments

Comments
 (0)