Searched refs:receive_msg (Results 1 – 2 of 2) sorted by relevance
365 match cmdq.receive_msg::<GspSequence>(Delta::from_secs(10)) { in run()
623 pub(crate) fn receive_msg<M: MessageFromGsp>(&mut self, timeout: Delta) -> Result<M> in receive_msg() method