Publishers.PrefixUntilOutput
A publisher that republishes elements until another publisher emits an element.
Declaration
struct PrefixUntilOutput<Upstream, Other> where Upstream : Publisher, Other : PublisherA publisher that republishes elements until another publisher emits an element.
struct PrefixUntilOutput<Upstream, Other> where Upstream : Publisher, Other : Publisher