July 12, 2011
1:03 p.m.
On 12.07.2011 14:54, Sven Van Caekenberghe wrote:
OK thanks, Henry.
This behavior is then to be expected for all objects registered for finalization I guess. If using the defaults, then yes. It's not a general requirement though, you can specify whichever executor you want by using WeakRegistry#add:executor: to register , change the executor used in #add: by reimplementing #finalizer, etc.
Cheers, Henry