pub async fn consistency<'a, I: IntoIterator<Item = &'a SweetCell>>(
    all_cells: I,
    num_attempts: usize,
    delay: Duration
)
Expand description

Wait for all cells to reach consistency