pub fn sys_chan_close(handle: u64) -> Result<u64, SyscallError>Expand description
SYS_CHAN_CLOSE (224): destroy a channel and wake all waiters.
pub fn sys_chan_close(handle: u64) -> Result<u64, SyscallError>SYS_CHAN_CLOSE (224): destroy a channel and wake all waiters.