pub async fn consistency_10s_advanced<'a, I: IntoIterator<Item = (&'a SweetCell, bool)>>(
    all_cells: I
)
Expand description

Wait for all cells to reach consistency for 10 seconds, with the option to specify that some cells are offline.