Publishers.IgnoreOutput
A publisher that ignores all upstream elements, but passes along the upstream publisher’s completion state (finished or failed).
Declaration
struct IgnoreOutput<Upstream> where Upstream : PublisherA publisher that ignores all upstream elements, but passes along the upstream publisher’s completion state (finished or failed).
struct IgnoreOutput<Upstream> where Upstream : Publisher