CancellableRequest
public protocol CancellableRequest
Protocol for requests that can be cancelled.
-
Undocumented
Declaration
Swift
var identifier: Int { get }
-
Cancels a request
Declaration
Swift
func cancel()