send(completion:)
Sends a completion signal to the subscriber.
Declaration
func send(completion: Subscribers.Completion<Self.Failure>)Parameters
- completion:
A
Completioninstance which indicates whether publishing has finished normally or failed with an error.