createPublisher
The closure to execute when this deferred publisher receives a subscription.
Declaration
let createPublisher: () -> DeferredPublisherDiscussion
The publisher returned by this closure immediately receives the incoming subscription.
The closure to execute when this deferred publisher receives a subscription.
let createPublisher: () -> DeferredPublisherThe publisher returned by this closure immediately receives the incoming subscription.