Re: NSURLDownload delegate methods seperate thread
Re: NSURLDownload delegate methods seperate thread
- Subject: Re: NSURLDownload delegate methods seperate thread
- From: Kyle Sluder <email@hidden>
- Date: Tue, 8 Sep 2009 13:52:05 -0700
On Tue, Sep 8, 2009 at 1:43 PM, Colin Deasy<email@hidden> wrote:
> So just blocks until finished the download. If I take away the while loop it doesn't run.Is there a better way?
Then why are you running in a separate thread at all? Why not just
run asynchronously on the main thread?
--Kyle Sluder
_______________________________________________
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