Skip to content

ffried/GCDOperations

Repository files navigation

GCDOperations

GitHub release Tests Docs

Operations written in Swift based purely on GCD - no Objective-C dynamics, no key value observing.

Purpose

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.

Documentation

You can find the online documentation of this project here:

Credits

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.

License

See LICENSE file.