Open
Description
How do you handle the situation in which you are creating a deferred_ptr to a child node in a member function of a parent node managed by the same deferred_heap and you would like the child to have a deferred_ptr back to the parent?
should there be a way of recovering an already created deferred_ptr using the heap if you have the raw pointer?