Functions

The following functions are available globally.

  • Convenient operator for storing the cancellable object

    Version

    1.0.0

    Date

    18/11/22

    Author

    Adamas Append a cancellable object to a collection

    Declaration

    Swift

    public func += (cancellables: inout [Cancellable], cancellable: Cancellable)

    Parameters

    cancellables

    The collection

    cancellable

    The new cancellable object