Example of combining NSURLSession with NSOperation to form one task
-
Updated
Jul 20, 2022 - Objective-C
Example of combining NSURLSession with NSOperation to form one task
A Wrapper on NSOperation, which Makes using of NSOperation More Efficient
Make your logic flow and data flow clean and human readable
µFramework consisting of `NSOperationQueue` subclasses (Swift & Obj-C) which allow scheduling operations in serial subgroups inside a concurrent queue
Concurrency & Parallelism in iOS
A java based implementation of NS Operation Queue
A demo app demonstrating the use of NSOperationQueue in Swift to parallelize network requests.
Techniques for building "async workflows" using `NSOperation` and `NSOperationQueue`.
Example of using GCD/NSOperation barrier tasks & DispatchGroup
Guide: How to unit test asynchronous code in Swift https://www.vadimbulavin.com/unit-testing-async-code-in-swift/
Improved, fully generic version of Operation.
An example project to show how it's possible to coalesce NSOperation subclasses's callbacks with reduced boilerplate compared to previous examples
The beautiful way to chain your services logic
An Xcode template for tests that verify the correct behavior of any NSOperation subclass in Objective-C or Swift.
An Xcode 9 written with Swift 4 to introduce concurrency using BlockOperation, a "concrete subclass of Operation that manages the concurrent execution of one or more blocks." [1]
Useful Swift NSOperation and NSOperationQueue subclasses
AdvancedOperation
Abstract generic wrapper around Foundation’s Operation class
Let's do tasks asynchronously and sequentially
An example project to show how it's possible to coalesce NSOperation subclasses's callbacks
Add a description, image, and links to the nsoperationqueue topic page so that developers can more easily learn about it.
To associate your repository with the nsoperationqueue topic, visit your repo's landing page and select "manage topics."