pub fn chan_try_recv( chan_handle: usize, msg: &mut IpcMessage, ) -> Result<usize, Error>
Non-blocking receive from a channel.
Returns Err(Error::Again) if the channel is empty.
Err(Error::Again)