October 15, 2003 weak references? | ||||
---|---|---|---|---|
| ||||
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 |
October 27, 2003 Re: weak references? | ||||
---|---|---|---|---|
| ||||
Posted in reply to Hauke Duden | "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. |
Copyright © 1999-2021 by the D Language Foundation