Skip to main content

SYS_CHAN_RECV

Constant SYS_CHAN_RECV 

Source
pub const SYS_CHAN_RECV: usize = 222; // 222usize
Expand description

Receive a message from a typed channel (blocks if empty).

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

Blocks until a message is available.