开发者

How can I read/write data in background using NSFileHandle?

开发者 https://www.devze.com 2023-01-11 10:20 出处:网络
How can I support reading/writing of data in backgr开发者_如何学编程ound using NSFileHandle? Also, how to open a socket between communicating parties?This is not specific to NSFileHandle but probably

How can I support reading/writing of data in backgr开发者_如何学编程ound using NSFileHandle?

Also, how to open a socket between communicating parties?


This is not specific to NSFileHandle but probably you need to use NSOperationQueue. If so, you could see "LazyTableImages" example from apple's sample code.

0

精彩评论

暂无评论...
验证码 换一张
取 消