www.digitalmars.com         C & C++   DMDScript  

D - weak references?

reply "Hauke Duden" <H.NS.Duden gmx.net> writes:
Does D support weak references? I.e. references that have the following
properties:

- they do not prevent an object from being garbage-collected
- they are automatically set to null when the object is being collected
Oct 15 2003
parent "Walter" <walter digitalmars.com> writes:
"Hauke Duden" <H.NS.Duden gmx.net> wrote in message
news:bmk1ke$jmn$1 digitaldaemon.com...
 Does D support weak references? I.e. references that have the following
 properties:

 - they do not prevent an object from being garbage-collected
 - they are automatically set to null when the object is being collected
Not at this point.
Oct 27 2003