Searched refs:poll_03_to_01 (Results 1 – 1 of 1) sorted by relevance
105 fn poll_03_to_01<T, E>(x: task03::Poll<Result<T, E>>) in poll_03_to_01() function122 with_context(self, |inner, cx| poll_03_to_01(inner.try_poll(cx))) in poll()165 with_sink_context(self, |inner, cx| poll_03_to_01(inner.poll_flush(cx))) in poll_complete()169 with_sink_context(self, |inner, cx| poll_03_to_01(inner.poll_close(cx))) in close()298 poll_03_to_01(Pin::new(&mut self.inner).poll_close(&mut cx)) in shutdown()