Home
last modified time | relevance | path

Searched refs:next_outgoing_index (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/futures-util/src/stream/
Dfutures_ordered.rs102 next_outgoing_index: usize, field
117 next_outgoing_index: 0, in new()
165 if next_output.index == this.next_outgoing_index { in poll_next()
166 this.next_outgoing_index += 1; in poll_next()
174 if output.index == this.next_outgoing_index { in poll_next()
175 this.next_outgoing_index += 1; in poll_next()