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

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

An example project to show how it's possible to coalesce NSOperation subclasses's callbacks with reduced boilerplate compared to previous examples
https://github.com/wibosco/coalescingoperationsreducedboilerplate-example

callback coalesce nsoperation nsoperationqueue swift threading

Last synced: 3 months ago
JSON representation

An example project to show how it's possible to coalesce NSOperation subclasses's callbacks with reduced boilerplate compared to previous examples

Awesome Lists containing this project

README

          

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

# CoalescingOperationsReducedBoilerplate-Example
An example project to show how it's possible to coalesce NSOperation subclasses's callbacks with reduced boilerplate compared to previous examples, as shown in this article - https://williamboles.com/removing-bolierplate-when-coalescing-nsoperations/