One child is one reference
Avoid objects being detached asynchronously too early. Side effect is that you cannot free your children in the destructor (that would be a reference loop).
Showing
Please register or sign in to comment
Avoid objects being detached asynchronously too early. Side effect is that you cannot free your children in the destructor (that would be a reference loop).