Contents

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)?

See Also

Inspecting publisher properties