try_send_scalar

Function try_send_scalar 

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

Permission: none

Expand description

Send a Scalar message. Blocks if queues are full.

Warning: Cannot be used in an IRQ handle