You are viewing documentation for a previous version of this software.

Switch to the latest stable version.

Cancellable


PROTOCOL

Cancellable

Swift
1public protocol Cancellable: AnyObject

An object that can be used to cancel an in progress action.

Methods

cancel()

Swift
1func cancel()

Cancel an in progress action.

Feedback

Edit on GitHub

Forums