Skip to main content

settle_by

Function settle_by 

Source
pub fn settle_by<S: Clone + 'static>(
    quiet_waves: usize,
    max_waves: Option<usize>,
    equals: impl Fn(&S, &S) -> bool + 'static,
) -> Operator<S>
Expand description

settle_by: forward DATA and COMPLETE after quiet_waves quiet waves or max_waves.