Classes
The following classes are available globally.
-
An NSOperation that executes the
See moreRequestable
asynchronously or when added to a NSOperationQueueDeclaration
Swift
public class RequestOperation<R: Requestable>: BaseOperation
-
An NSOperation that executes the
See moreDownloadable
asynchronously or when added to a NSOperationQueueDeclaration
Swift
public class DownloadOperation<R: Downloadable>: BaseOperation
-
An NSOperation base class for all operations
See moreDeclaration
Swift
open class BaseOperation: Operation