Cancellable

public protocol Cancellable

Represents a cancellable operation. Cancellation may be immediate or simply requested to happen sometime in the future.

Important

This is a Public Preview API. It may be changed or removed at any time.
  • Cancels scheduled operation

    Note

    Subsequent calls shouldn’t do anything.

    Declaration

    Swift

    func cancel()