pub fn throttle<S: Clone + 'static>(ms: u64) -> Operator<S>
throttle: leading-edge throttle. Emit immediately, then ignore source DATA for ms.
ms