On 7/6/08 11:18 PM, Hamish Allan said:
>--------
>collectExhaustively
>Tells the receiver to collect iteratively.
>
>- (void)collectExhaustively
>
>Discussion
>You use this method to indicate to the collector that it should
>perform an exhaustive collection. Collection is subject to
>interruption on user input.
>
>Availability Available in Mac OS X v10.5 and later.
>Declared In NSGarbageCollector.h
>--------
>
>"Collection is subject to interruption on user input" -- with no
>mention of when it might be re-started.
There's always the lower-level:
objc_collect (OBJC_EXHAUSTIVE_COLLECTION |
OBJC_WAIT_UNTIL_DONE);
--
____________________________________________________________
Sean McBride, B. Eng [EMAIL PROTECTED]
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
Cocoa-dev mailing list ([email protected])
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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com
This email sent to [EMAIL PROTECTED]