pub const SYS_CHAN_CREATE: usize = 220;Expand description
Create a typed MPMC channel.
capacity: maximum number of messages the channel can hold
Returns a capability handle for the channel. Both endpoints (sender and receiver) share the same handle; the channel is symmetric.