Skip to main content

SYS_CHAN_TRY_RECV

Constant SYS_CHAN_TRY_RECV 

Source
pub const SYS_CHAN_TRY_RECV: usize = 223;
Expand description

Non-blocking receive from a typed channel.

  • handle: channel handle
  • msg_ptr: buffer to receive the message

Returns 1 if a message was received, 0 if the channel is empty.