Skip to main content

throttle

Function throttle 

Source
pub fn throttle<S: Clone + 'static>(ms: u64) -> Operator<S>
Expand description

throttle: leading-edge throttle. Emit immediately, then ignore source DATA for ms.