Advanced Operation is a collection of classes that enhance the NSOperation
class of Apple.
The library classes are provided by Apple in the WWDC 2015 Advanced-NSOperations sample code.
As stated in the session 226 of WWDC 2015 these classes are used in the Apple WWDC application itself, and they are stable.
This is the very first version and almost everything has to be done. All the pull requests are welcome. If you want some inputs to contribute you can pick one of the items in the TODO list.
- backport to iOS8
- Document the features
- Add tests to be sure everything work correctly