receiveCompletion
A closure that executes when the publisher receives completion, and can raise a debugger signal by returning a true Boolean value.
Declaration
let receiveCompletion: ((Subscribers.Completion<Publishers.Breakpoint<Upstream>.Failure>) -> Bool)?