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()
View on GitHub
Install in Dash
CancellableRequest Protocol Reference