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