Contents

receiveSubscription

A closure that executes when the publisher receives the subscription from the upstream publisher.

Declaration

var receiveSubscription: ((any Subscription) -> Void)?

See Also

Inspecting publisher properties