Home
last modified time | relevance | path

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

/external/rust/crates/futures-util/src/stream/
Dselect.rs98 poll_inner(this.flag, this.stream1, this.stream2, cx) in poll_next()
100 poll_inner(this.flag, this.stream2, this.stream1, cx) in poll_next()
105 fn poll_inner<St1, St2>( in poll_inner() function
/external/rust/crates/tokio/src/runtime/task/
Dharness.rs59 match self.poll_inner() { in poll()
77 fn poll_inner(&self) -> PollFuture<T::Output> { in poll_inner() function