pub fn send_scalar_nowait<M>(cid: CID, msg: M) -> Result<(), Error>where M: Scalar,
Permission: none
Try sending a Scalar message, return error if the syscall queue is full. Can be used in an IRQ handler.
Scalar