Apart from ASIHTTPRequest and using NSOperations what other ways are there to implement Multithreading? Please provide a link if there are any other ways to implement multithreading.
Also can we implement multithreading for AudioStreaming to retrieve from url..
Apart from ASIHTTPRequest and using NSOperations what other ways are there to implement Multithreading?
Share
Take a look at this method:
Note that you must create an autorelease pool for it in ‘entry point method’.
The details check in the specification of NSThread.