Skip to main content

SYS_CHAN_CLOSE

Constant SYS_CHAN_CLOSE 

Source
pub const SYS_CHAN_CLOSE: usize = 224;
Expand description

Close a typed channel handle.

  • handle: channel handle

If this was the last handle, the channel is destroyed and all pending senders/receivers receive EPIPE.