How to read / write data in background using NSFileHandle

Can someone (with sample code) tell me how to keep reading / writing data in the background using NSFileHandle. Also, how to open a socket between common parties? Thanks in advance...

0
source share
1 answer

This does not apply to NSFileHandle, but you probably need to use NSOperationQueue. If so, you can see "LazyTableImages" from the sample Apple code.

0
source

Source: https://habr.com/ru/post/1334044/


All Articles