Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wibosco/coalescingoperations-example

An example project to show how it's possible to coalesce NSOperation subclasses's callbacks
https://github.com/wibosco/coalescingoperations-example

coalesce ios nsoperation nsoperationqueue swift travis-ci

Last synced: about 1 month ago
JSON representation

An example project to show how it's possible to coalesce NSOperation subclasses's callbacks

Awesome Lists containing this project

README

        

[![Build Status](https://travis-ci.org/wibosco/CoalescingOperations-Example.svg)](https://travis-ci.org/wibosco/CoalescingOperations-Example)
Swift
Twitter: @wibosco

# CoalescingOperations-Example
An example project to show how it's possible to coalesce NSOperation subclasses's callbacks as shown in this article - hhttps://williamboles.com/coalescing-nsoperations/