pub fn throttle<E>(read: E, duration: Duration) -> Eventual<E::Output> where
    E: IntoReader
Expand description

Prevents observation of values more frequently than the provided duration. The final value is guaranteed to be observed.