NSOperation and NSOperationQueue working thread vs main thread

后端 未结 6 2008
心在旅途
心在旅途 2020-11-28 01:00

I have to carry out a series of download and database write operations in my app. I am using the NSOperation and NSOperationQueue for the same.

6条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-11-28 01:56

    If you're doing any non-trivial threading, you should use FMDatabaseQueue.

提交回复
热议问题