Re: NSOperation and waitUntilFinished
Re: NSOperation and waitUntilFinished
- Subject: Re: NSOperation and waitUntilFinished
- From: Koen van der Drift <email@hidden>
- Date: Sat, 20 Oct 2012 13:15:45 -0400
On Oct 20, 2012, at 12:53 PM, Gary L. Wade <email@hidden> wrote:
> At the time when you call waitUntilAllOperationsAreFinished, no operations have been added, so there's nothing to wait on. Add the operation to the queue first and then call wait.
> --
I tried that too, but then it just stays in the operation and never finishes:
start import
begin of importRecords in operation
and nothing else, it just sits there.
- Koen.
_______________________________________________
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