https://github.com/wibosco/coalescingnetworkcalls-example
An example project looking at how to coalesce networking calls using NSOperation subclasses
https://github.com/wibosco/coalescingnetworkcalls-example
ios networking nsoperation nsoperationqueue nsurlsession stackoverflow stackoverflow-api swift
Last synced: about 2 months ago
JSON representation
An example project looking at how to coalesce networking calls using NSOperation subclasses
- Host: GitHub
- URL: https://github.com/wibosco/coalescingnetworkcalls-example
- Owner: wibosco
- License: mit
- Created: 2016-08-22T21:28:01.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-12-02T11:21:05.000Z (about 6 years ago)
- Last Synced: 2025-01-23T05:30:49.391Z (about 1 year ago)
- Topics: ios, networking, nsoperation, nsoperationqueue, nsurlsession, stackoverflow, stackoverflow-api, swift
- Language: Swift
- Homepage: https://williamboles.com/
- Size: 85 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CoalescingNetworkCalls
An example project looking at how to coalesce networking calls using NSOperation subclasses