Contents

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 : Scheduler

Topics

Creating a timeout publisher

Declaring supporting types

Inspecting publisher properties

See Also

Controlling timing