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.
2 parents ecd3ed9 + 3a5339c commit e8af70cCopy full SHA for e8af70c
src/remotecall.jl
@@ -270,7 +270,10 @@ function start_gc_msgs_task()
270
# this might miss events
271
wait(any_gc_flag)
272
end
273
- flush_gc_msgs() # handles throws internally
+ # Use invokelatest() so that custom message transport streams
274
+ # for workers can be defined in a newer world age than the Task
275
+ # which runs the loop here.
276
+ invokelatest(flush_gc_msgs) # handles throws internally
277
278
279
)
0 commit comments