Example of combining NSURLSession with NSOperation to form one task
-
Updated
Apr 4, 2026 - 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.
AdvancedOperation
An Xcode template for tests that verify the correct behavior of any NSOperation subclass in Objective-C or Swift.
The beautiful way to chain your services logic
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]
Improved, fully generic version of `Operation` for iOS
Abstract generic wrapper around Foundation’s Operation class
Let's do tasks asynchronously and sequentially
This is a image slide show app using NSOperation for image downloading
To associate your repository with the nsoperationqueue topic, visit your repo's landing page and select "manage topics."