[][src]Function manager::consider_change

fn consider_change(
    before: &Vec<(OperatorId, OperatorInstances)>,
    after: &Vec<(OperatorId, OperatorInstances)>
) -> bool

Decides whether the change in the dataflow configuration is 'significant'

Comments