receiveSubscription
A closure that executes when the publisher receives a subscription, and can raise a debugger signal by returning a true Boolean value.
Declaration
let receiveSubscription: ((any Subscription) -> Bool)?A closure that executes when the publisher receives a subscription, and can raise a debugger signal by returning a true Boolean value.
let receiveSubscription: ((any Subscription) -> Bool)?