Fixed NSOperation vs Grand Central Dispatch #dev #it #asnwer
Fixed NSOperation vs Grand Central Dispatch #dev #it #asnwer
NSOperation vs Grand Central Dispatch
I’m learning about concurrent programming for iOS. So far I’ve read about NSOperation/NSOperationQueue and GCD. What are the reasons for using NSOperationQueue over GCD and vice versa?
Sounds like both GCD and NSOperationQueue abstract away the explicit creation of NSThreadsfrom the user. However the relationship between the two approaches isn’t clear to me…
View On WordPress












