We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
in call with Johan on verb Nouns for how to "get a copy of graph from one machine to another"
function merge!(dst, srcs...; *labels=:) # returns dst, is blocking
duplicate(src) = merge!(LocalDFG(), src) # is blocking (should this be a push or pull verb?)
clone(src) # does not overwrite