WWDC 2015

[Advanced NSOperation]

NSOperation and NSOperationQueue are one of the important technology that builts on top of GCD. It is object-orientated and provides useful features such as cancellation, priorities and dependency.

In this session, the speaker tells the audiences that how to wrap the normal code pattern in to NSOperation suclasses and operate them in a safe and dependency networks.