pub const SYS_CHAN_CLOSE: usize = 224;
Close a typed channel handle.
handle
If this was the last handle, the channel is destroyed and all pending senders/receivers receive EPIPE.
EPIPE