Skip to main content

scatter_select

Function scatter_select 

Source
pub fn scatter_select<'a>(
    responses: &'a [ScatterResponse],
    criteria: &SelectionCriteria,
) -> Option<&'a ScatterResponse>
Expand description

Select the best response from scatter-gather results.