Date: Fri, 12 Dec 2025 19:43:42 +0000
You are right.
The usage I thought is using a new object instead of the original object, and tell compiler we don't use the current object anymore. It seems that we have different purpose on this feature.
As for the immediate closing, it is indeed unreasonable.
Follow your opinion, the feature might only unbind the object and identifier and then the identifier be released, right?
The usage I thought is using a new object instead of the original object, and tell compiler we don't use the current object anymore. It seems that we have different purpose on this feature.
As for the immediate closing, it is indeed unreasonable.
Follow your opinion, the feature might only unbind the object and identifier and then the identifier be released, right?
Received on 2025-12-12 19:43:49
