Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/wibosco/coalescingoperations-example
- Owner: wibosco
- License: mit
- Created: 2016-08-24T21:26:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T20:56:46.000Z (over 2 years ago)
- Last Synced: 2023-08-13T13:11:30.037Z (over 1 year ago)
- Topics: coalesce, ios, nsoperation, nsoperationqueue, swift, travis-ci
- Language: Swift
- Homepage: https://williamboles.com/
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/wibosco/CoalescingOperations-Example.svg)](https://travis-ci.org/wibosco/CoalescingOperations-Example)
# 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/