Searched refs:receive_msg (Results 1 – 1 of 1) sorted by relevance
566 match inner.receive_msg::<M::Reply>(Self::RECEIVE_TIMEOUT) { in send_command()594 pub(crate) fn receive_msg<M: MessageFromGsp>(&self, timeout: Delta) -> Result<M> in receive_msg() method599 self.inner.lock().receive_msg(timeout) in receive_msg()813 fn receive_msg<M: MessageFromGsp>(&mut self, timeout: Delta) -> Result<M> in receive_msg() method