send_scalar_nowait

Function send_scalar_nowait 

Source
pub fn send_scalar_nowait<M>(cid: CID, msg: M) -> Result<(), Error>
where M: Scalar,

Permission: none

Expand description

Try sending a Scalar message, return error if the syscall queue is full. Can be used in an IRQ handler.