Module futures_time::stream
source · [−]Expand description
std::stream extensions.
Structs
Buffer items and flushes them at each interval.
Debounce the stream.
Delay execution of a stream once for the specified duration.
A stream representing notifications at fixed interval
Yield the last value received, if any, at each interval.
Filter out all items after the first for a specified time.
A stream with timeout time set
Traits
Conversion into a Stream.
Extend Stream with time-based operations.
Functions
Creates a new stream that yields at a set interval.