Operations written in Swift based purely on GCD - no Objective-C dynamics, no key value observing.
This project aims to provide Operations very similar to Foundation.Operation. However, instead of heavily relying on KVO and the like, this library implements it using purerly GCD features. On top of that, this library embraces what Apple initially showed in in the "Advanced Operations" WWDC Talk, and what was then continued to be developed and maintained by Pluralsight in this repository.
You can find the online documentation of this project here:
All features known from the WWDC Talk Advanced Operations have only encountered slight adjustments. So big thanks to Apple for the ideas and initial implementation of these features. Also, thanks to pluralsight for adding tests and fixing some bugs in their repository.
See LICENSE file.