Contents

receive(completion:)

Tells the subscriber that the publisher has completed publishing, either normally or with an error.

Declaration

func receive(completion: Subscribers.Completion<Self.Failure>)

Parameters

  • completion:

    A Completion case indicating whether publishing completed normally or with an error.

See Also

Receiving life cycle events