pub fn audit<S: Clone + 'static, N: 'static>( duration_selector: impl Fn(&S) -> Node<N> + 'static, ) -> Operator<S>
audit: value-triggered trailing throttle. The selector returns the duration notifier node.