Re: Invoke garbage collector? (Scoped Instances)

2011-02-09 Thread Jonathan M Davis
On Wednesday 09 February 2011 17:52:47 Sean Eskapp wrote: > == Quote from Trass3r (u...@known.com)'s article > > > > However, I need the resources to be freed more quickly than the GC is > > > apparently doing > > > > You could use scoped instances if you need to clean them up soon after > > crea

Re: Invoke garbage collector? (Scoped Instances)

2011-02-09 Thread Sean Eskapp
== Quote from Trass3r (u...@known.com)'s article > > However, I need the resources to be freed more quickly than the GC is > > apparently doing > You could use scoped instances if you need to clean them up soon after > creation. To my knowledge, these are being removed from the language, and so, c