Cute::IntervalSink(T)
Inherits Cute::Sink / Cute::Signal / Reference / Object
This sink has an internal timer. All collected data is only emitted once the timer triggers. If no data has been collected, the sink does not emit.
See Sink for documentation on the usage.
Constructors
new(interval : Time::Span)
Source