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
- Host: GitHub
- URL: https://github.com/wibosco/coalescingoperationsreducedboilerplate-example
- Owner: wibosco
- License: mit
- Created: 2016-08-30T21:54:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T20:57:20.000Z (about 3 years ago)
- Last Synced: 2025-04-07T23:51:10.289Z (6 months ago)
- Topics: callback, coalesce, nsoperation, nsoperationqueue, swift, threading
- Language: Swift
- Homepage: https://williamboles.com/
- Size: 27.3 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/wibosco/CoalescingOperationsReducedBoilerplate-Example)
# 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/