Contents

Publishers.PrefixUntilOutput

A publisher that republishes elements until another publisher emits an element.

Declaration

struct PrefixUntilOutput<Upstream, Other> where Upstream : Publisher, Other : Publisher

Topics

Creating a prefix until output publisher

Declaring supporting types

Inspecting publisher properties

See Also

Applying sequence operations to elements