Protocols

The following protocols are available globally.

  • CancellableThenable represents an asynchronous operation that can be both chained and cancelled. When chained, all CancellableThenable members of the chain are cancelled when cancel is called on the associated CancelContext.

    See more

    Declaration

    Swift

    public protocol CancellableThenable : AnyObject