Deferred
A publisher that awaits subscription before running the supplied closure to create a publisher for the new subscriber.
Declaration
struct Deferred<DeferredPublisher> where DeferredPublisher : PublisherA publisher that awaits subscription before running the supplied closure to create a publisher for the new subscriber.
struct Deferred<DeferredPublisher> where DeferredPublisher : Publisher