[Prev][Next][Index][Thread]

Re: Destructors



Rob Myers <robmyers@cwcom.net> writes:

> I worry about a finalize() method that behaves differently on a
> global setting...

Given that they say in the docs that finalizers may not be
calledanyway, it doesn't make a difference what the global setting
is. You have to always assume that finalization won't happen.

Chris.
-- 
http://www.double.co.nz/dylan



References: