Skip to content

ffried/GCDOperations

Folders and files

NameName
Last commit message
Last commit date
Oct 2, 2023
Sep 27, 2020
Oct 2, 2023
Mar 16, 2022
Jul 22, 2021
Oct 2, 2023
Apr 2, 2017
Oct 2, 2023
Oct 2, 2023
Oct 2, 2023

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.