Contents

Publishers.DropUntilOutput

A publisher that ignores elements from the upstream publisher until it receives an element from second publisher.

Declaration

struct DropUntilOutput<Upstream, Other> where Upstream : Publisher, Other : Publisher, Upstream.Failure == Other.Failure

Topics

Creating a drop until output publisher

Declaring supporting types

Inspecting publisher properties

Comparing publishers

Default Implementations

See Also

Applying sequence operations to elements