Contents

Publishers.MeasureInterval

A publisher that measures and emits the time interval between events received from an upstream publisher.

Declaration

struct MeasureInterval<Upstream, Context> where Upstream : Publisher, Context : Scheduler

Topics

Creating a measure interval publisher

Declaring supporting types

Inspecting publisher properties

See Also

Controlling timing