Receives a message over the message queue.
impl MsgQueue { fn recv(&self, buf: &'a mut [u8]) -> Result<(&'a mut [u8], u16), Errno> }
A buffer in which the message will be stored.
Returns the message and its priority.
mq_timedreceive(2)