receiveCompletion
A closure that executes when the upstream publisher finishes normally or terminates with an error.
Declaration
var receiveCompletion: ((Subscribers.Completion<Publishers.HandleEvents<Upstream>.Failure>) -> Void)?A closure that executes when the upstream publisher finishes normally or terminates with an error.
var receiveCompletion: ((Subscribers.Completion<Publishers.HandleEvents<Upstream>.Failure>) -> Void)?