Searched refs:n_sum (Results 1 – 1 of 1) sorted by relevance
14 let mut n_sum = 0; in bridge_process_at_least_one() localVariable17 n_sum += br.tick().await; in bridge_process_at_least_one()18 if br.len(0).await == 0 && br.len(1).await == 0 && n_sum > 0 { in bridge_process_at_least_one()