Searched refs:poll_next (Results 1 – 10 of 10) sorted by relevance
88 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next() method89 let polled = Pin::new(&mut self.inner).poll_next(cx); in poll_next()
55 match ready!(self.as_mut().project().inner.poll_next(cx)) { in poll_next_without_tls()78 fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next() function83 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next() function
122 fn poll_next( in poll_next() method126 std::pin::Pin::new(&mut self.inner).poll_next(cx) in poll_next()
77 fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next() function94 match source.as_mut().poll_next(cx) { in poll_next()320 match ready!(self_proj.inner.poll_next(cx)) { in poll_frame()
330 match future::poll_fn(|cx| Pin::new(&mut *self).poll_next(cx)).await { in message()389 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next() method
34 fn poll_next(mut self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next() method
52 fn poll_next( in poll_next() method
162 fn poll_next( in poll_next() method167 .poll_next(cx) in poll_next()
346 fn poll_next(self: Pin<&mut Self>, cx: &mut Context<'_>) -> Poll<Option<Self::Item>> { in poll_next() function