receive(completion:)
Tells the subscriber that the publisher has completed publishing, either normally or with an error.
Declaration
final func receive(completion: Subscribers.Completion<Never>)Parameters
- completion:
A Completion case indicating whether publishing completed normally or with an error.