terminating a secondary thread from the main thread (cocoa)

前端 未结 2 2172
北恋
北恋 2021-02-09 20:55

I\'m working on a small app written in objective-c with the help of the cocoa framework and I am having a multithreading issue. I would really appreciate it if somebody could he

2条回答
  •  名媛妹妹
    2021-02-09 21:05

    Also take a look at the NSOperation and NSOperationQueue classes. It's another set of threading classes that make developing a worker thread model very easy to do.

提交回复
热议问题