Searched refs:poll_recv_request (Results 1 – 1 of 1) sorted by relevance
159 self.poll_recv_request(cx)?; in manage_pending_state()166 fn poll_recv_request(&mut self, cx: &mut Context<'_>) -> Result<(), DispatchErrorKind> { in poll_recv_request() method