Contents

send(completion:)

Sends a completion signal to the subscriber.

Declaration

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

Parameters

  • completion:

    A Completion instance which indicates whether publishing has finished normally or failed with an error.

Mentioned in

See Also

Delivering life cycle events to subscribers