pub const SYS_CHAN_TRY_RECV: usize = 223; // 223usize
Non-blocking receive from a typed channel.
handle
msg_ptr
Returns 1 if a message was received, 0 if the channel is empty.
1
0