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`