Publishers.Timeout
A publisher that terminates publishing if the upstream publisher exceeds a specified time interval without producing an element.
Declaration
struct Timeout<Upstream, Context> where Upstream : Publisher, Context : SchedulerA publisher that terminates publishing if the upstream publisher exceeds a specified time interval without producing an element.
struct Timeout<Upstream, Context> where Upstream : Publisher, Context : Scheduler