pub fn try_send_scalar<M>(cid: CID, msg: M) -> Result<(), Error>where M: Scalar,
Permission: none
Send a Scalar message. Blocks if queues are full.
Scalar
Warning: Cannot be used in an IRQ handle