HACancellable
public protocol HACancellable
A token representing an individual request or subscription
You do not need to strongly retain this value. Requests are only cancelled explicitly.
-
Cancel the request or subscription represented by this.
Declaration
Swift
func cancel()