Cancelable
public protocol Cancelable
Defines a protocol for objects that can be canceled.
-
Undocumented
Declaration
Swift
func cancel()
-
add(to:)Extension methodAdds a cancelable to a
CancelableGroupobject.Declaration
Swift
func add(to cancelableGroup: CancelableGroup)Parameters
cancelableGroupThe cancelable group to add the cancelable object.
Cancelable Protocol Reference