PROTOCOL
Cancellable
public protocol Cancellable: class
An object that can be used to cancel an in progress action.
Methods
cancel()
func cancel()
Cancel an in progress action.
PROTOCOL
Cancellable
public protocol Cancellable: class
An object that can be used to cancel an in progress action.
cancel()
func cancel()
Cancel an in progress action.