Searched refs:try_poll_next_unpin (Results 1 – 4 of 4) sorted by relevance
78 match ready!(self.stream.try_poll_next_unpin(cx)) { in poll_read()143 match ready!(self.stream.try_poll_next_unpin(cx)) { in poll_fill_buf()
35 self.stream.try_poll_next_unpin(cx)?.map(Ok) in poll()
929 fn try_poll_next_unpin( in try_poll_next_unpin() method
98 match this.stream.try_poll_next_unpin(cx)? { in poll()