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