Does Alamofire support NSOperation?

I want to implement a request package using alamofire. I want to use NSOperation to manage it. Whether this is supported using the Alamofire framework.

+7
ios nsoperation alamofire
source share

No one has answered this question yet.

See similar questions:

4
Canceling an Alamofire request enclosed in NSOperation causes multiple KVO?
2
Alamofir and parallel queues of operations

or similar:

399
NSOperation vs Grand Central Dispatch
74
POST request with a simple string in the enclosure with Alamofire
4
Canceling an Alamofire request enclosed in NSOperation causes multiple KVO?
3
Alamofire Priority Queue
3
Can I start NSOperation inside another NSOperation without a queue?
2
NSOperation and NSOperationQueue with maxConcurrentOperationCount = 1
2
Bolts Command Line Target
2
Alamofir and parallel queues of operations
2
How to queue, pause and resume downloading Alamofire.Request?
one
Cancel NSOperation from another NSOperation

All Articles