On Wednesday, 9 September 2015 at 15:32:58 UTC, Adam D. Ruppe wrote:
On Wednesday, 9 September 2015 at 15:24:57 UTC, Q wrote:
I thought that is not guaranteed, according to the docs?

It is possible that the GC will never actually run, but you can force it to if you need it to by calling GC.collect at any time.

Yes, but according to the specs it is not guaranteed that the GC calls the DTor if the Object is collected.

Reply via email to