Re: Clean way to tell whether a destructor is called by the GC
Kagamin via Digitalmars-d-learn Fri, 15 May 2015 11:10:32 -0700
Another idiom from .net is Dispose(bool) method, called with
argument true from Dispose and with argument false from
finalizer. https://msdn.microsoft.com/en-us/library/d9yzd5cx.aspx
- Clean way to tell whether a destruct... ponce via Digitalmars-d-learn
- Re: Clean way to tell whether a... Adam D. Ruppe via Digitalmars-d-learn
- Re: Clean way to tell wheth... ponce via Digitalmars-d-learn
- Re: Clean way to tell w... Kagamin via Digitalmars-d-learn
- Re: Clean way to te... ponce via Digitalmars-d-learn
- Re: Clean way ... Kagamin via Digitalmars-d-learn
- Re: Clean way ... Kagamin via Digitalmars-d-learn