The API document says:
This reference type differs from others in that it is not intended to access the object, but as a signal that the object is already completed and the garbage collector is ready to return its memory.
If the Phantom link cannot be used to access the object, how does the garbage collector recover the memory used by this object?
source
share