Contents

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 : Publisher

Topics

Creating a deferred publisher

Declaring supporting types

Inspecting publisher properties

See Also

Convenience Publishers