Instead we store the items forwarded from nodes in that node and forward the node token of that node, which we can use to fetch the item with.
When forwarding from a pipeline, we now store that in the nodemap and fetch on nodes has been modified to also look for a key there.
As a result of this, you can now forward and fetch unique_ptr's.
Instead we store the items forwarded from nodes in that node and forward the node token of that node, which we can use to fetch the item with. When forwarding from a pipeline, we now store that in the nodemap and fetch on nodes has been modified to also look for a key there.
As a result of this, you can now forward and fetch
unique_ptr
's.