CancellableToken
public final class CancellableToken : Cancellable, CustomDebugStringConvertible
Internal token that can be used to cancel requests
-
Declaration
Swift
public fileprivate(set) var isCancelled: Bool -
Declaration
Swift
public func cancel() -
Undocumented
Declaration
Swift
public init(action: @escaping () -> Void) -
A textual representation of this instance, suitable for debugging.
Declaration
Swift
public var debugDescription: String { get }
CancellableToken Class Reference