Skip to main content

chan_try_recv

Function chan_try_recv 

Source
pub fn chan_try_recv(
    chan_handle: usize,
    msg: &mut IpcMessage,
) -> Result<usize, Error>
Expand description

Non-blocking receive from a channel.

Returns Err(Error::Again) if the channel is empty.