Cancellable
public protocol Cancellable
A disposable resource.
-
trueif this resource has been disposed of,falseotherwise.Declaration
Swift
var isCancelled: Bool { get } -
Disposes of this resource.
Declaration
Swift
func cancel()
View on GitHub
Cancellable Protocol Reference