pub fn chan_send(chan_handle: usize, msg: &IpcMessage) -> Result<usize>Expand description
Send a message into a channel (blocking if full).
pub fn chan_send(chan_handle: usize, msg: &IpcMessage) -> Result<usize>Send a message into a channel (blocking if full).