pub fn debounce_broadcast<T: Clone + Send + 'static>( input: Receiver<T>, duration: Duration, ) -> Receiver<T>