Skip to main content

chan_send

Function chan_send 

Source
pub fn chan_send(chan_handle: usize, msg: &IpcMessage) -> Result<usize>
Expand description

Send a message into a channel (blocking if full).