nsoperationqueue
There are 26 repositories under nsoperationqueue topic.
wibosco/NetworkingWingman-Example
Example of combining NSURLSession with NSOperation to form one task
ssamadgh/AOperation
A Wrapper on NSOperation, which Makes using of NSOperation More Efficient
roytornado/Flow-iOS
Make your logic flow and data flow clean and human readable
p4checo/APNSubGroupOperationQueue
µFramework consisting of `NSOperationQueue` subclasses (Swift & Obj-C) which allow scheduling operations in serial subgroups inside a concurrent queue
Make-School-Courses/ARCHIVE-MOB-9-Concurrency-and-Parallelism-in-iOS
Concurrency & Parallelism in iOS
vaibhav9225/OperationQueueJava
A java based implementation of NS Operation Queue
apbendi/ConNews
A demo app demonstrating the use of NSOperationQueue in Swift to parallelize network requests.
briancoyner/AsyncWorkflow
Techniques for building "async workflows" using `NSOperation` and `NSOperationQueue`.
mackuba/QueueBarriersExample
Example of using GCD/NSOperation barrier tasks & DispatchGroup
jeudesprits/PSTask
Improved, fully generic version of Operation.
V8tr/TestingAsyncCode-Article
Guide: How to unit test asynchronous code in Swift https://www.vadimbulavin.com/unit-testing-async-code-in-swift/
alemar11/AdvancedOperation
AdvancedOperation
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
Incetro/Lagoon
The beautiful way to chain your services logic
iosbrain/Concurrency-Via-BlockOperation
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]
orchetect/OTOperations
Useful Swift NSOperation and NSOperationQueue subclasses
quellish/NSOperationTestCaseTemplate
An Xcode template for tests that verify the correct behavior of any NSOperation subclass in Objective-C or Swift.
alberussoftware/yuk-task-iOS
Improved, fully generic version of `Operation` for iOS
DaskiOFF/RKOperations
Powerful operations
architabansal6/ImageSlideShow
This is a image slide show app using NSOperation for image downloading
comeonyoh/Compound
Let's do tasks asynchronously and sequentially
floschliep/OperationKit
Abstract generic wrapper around Foundation’s Operation class
derekli66/DRKOperation
This is a custom NSOperation for easy to use. DRKOperation was inspired by Apple MVCNetworking project. This project provides block base operation like NSBlockOperation but you can decide when to finished the current task.
S2Ler/Procedure
Simple wrapper around NSOperation to allow operation chaining.
wibosco/CoalescingNetworkCalls-Example
An example project looking at how to coalesce networking calls using NSOperation subclasses
wibosco/CoalescingOperations-Example
An example project to show how it's possible to coalesce NSOperation subclasses's callbacks