Re: [Q] Comparison of Asynchronous handling of incoming data using "Descriptor Sources" in GCD and NSStream's Run-Loop scheduling?
Re: [Q] Comparison of Asynchronous handling of incoming data using "Descriptor Sources" in GCD and NSStream's Run-Loop scheduling?
- Subject: Re: [Q] Comparison of Asynchronous handling of incoming data using "Descriptor Sources" in GCD and NSStream's Run-Loop scheduling?
- From: "Quinn \"The Eskimo!\"" <email@hidden>
- Date: Mon, 22 Oct 2012 12:13:40 +0100
On 16 Oct 2012, at 19:54, JongAm Park <email@hidden> wrote:
> BTW, can you point me to any sample project which has the subclass of NSOperation the way you mentioned?
The LinkedImageFetcher sample code has an NSOperation subclass for HTTP via NSURLConnection (QHTTPOperation) and it has an abstract super class (QRunLoopOperation) that can be adapted for other run loop based APIs.
<https://developer.apple.com/library/mac/#samplecode/LinkedImageFetcher/>
Share and Enjoy
--
Quinn "The Eskimo!" <http://www.apple.com/developer/>
Apple Developer Relations, Developer Technical Support, Core OS/Hardware
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Macnetworkprog mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden