Re: garbage collection and NSConnection
Re: garbage collection and NSConnection
- Subject: Re: garbage collection and NSConnection
- From: "Hamish Allan" <email@hidden>
- Date: Mon, 7 Jul 2008 23:25:46 +0100
On Mon, Jul 7, 2008 at 6:33 PM, Sean McBride <email@hidden> wrote:
> There's always the lower-level:
>
> objc_collect (OBJC_EXHAUSTIVE_COLLECTION |
> OBJC_WAIT_UNTIL_DONE);
If this were called from the main thread, would it guarantee that the
collector run without interruption, given that user input would be
suspended?
Otherwise, there's still rather a difference between "do" and "wait
until done"...
Hamish
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden