nsoperation
There are 36 repositories under nsoperation topic.
NJHu/iOSProject
iOS project comprising a collection of demos for iOS Apps, developed in Objective-C;iOSProject iOSdemo iOSdemos ocdemo ocdemos
ProcedureKit/ProcedureKit
Advanced Operations in Swift
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
3Squared/PeakOperation
PeakOperation is a Swift microframework providing enhancement and conveniences to Operation.
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
briancoyner/AsyncWorkflow
Techniques for building "async workflows" using `NSOperation` and `NSOperationQueue`.
ssamadgh/Ray-Wenderlich-Tutorial-and-Advanced-Operation
This is a sample code based on Ray Wenderlich tutorial for operation which improved it’s code to a better and more understandable code.
mackuba/QueueBarriersExample
Example of using GCD/NSOperation barrier tasks & DispatchGroup
jeudesprits/PSTask
Improved, fully generic version of Operation.
quellish/Swift-NSOperation-Test-Case
XCTestCase to verify the correct behavior of any NSOperation
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
alemar11/AdvancedOperation
AdvancedOperation
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.
silverfoxlabs/swift-executor
A lightweight simple implementation of Foundation's Concurrent Operation
Sumolari/OperationsKit
Subclasses of NSOperation to work with promises
chachaxw/ConcurrencyDemo
ConcurrencyDemo in swift
podkovyrin/ANOperations
Advanced Operations (extended NSOperation), WWDC @ 2015, 226
alberussoftware/yuk-task-iOS
Improved, fully generic version of `Operation` for iOS
architabansal6/ImageSlideShow
This is a image slide show app using NSOperation for image downloading
bytehello/BTOperations
NSOperation高级用法
comeonyoh/Compound
Let's do tasks asynchronously and sequentially
floschliep/OperationKit
Abstract generic wrapper around Foundation’s Operation class
implemedea/iOS_Question_Answer
iOS Concepts
DaskiOFF/RKOperations
Powerful operations
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.
JulianSong/JLConcurrencyTest
An iOS concurrency demo
Liqiankun/DLMultithreading
OC多线程系统学习代码
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