send_scalar

Function send_scalar 

Source
pub fn send_scalar<M>(cid: CID, msg: M)
where M: Scalar,

Permission: none

Expand description

Send a Scalar message. Blocks if queues are full.

Warning: Cannot be used in an IRQ handle