receiveSubscription
A closure that executes when the publisher receives the subscription from the upstream publisher.
Declaration
var receiveSubscription: ((any Subscription) -> Void)?A closure that executes when the publisher receives the subscription from the upstream publisher.
var receiveSubscription: ((any Subscription) -> Void)?