try_send_scalar_async

Function try_send_scalar_async 

Source
pub fn try_send_scalar_async<M>(
    cid: CID,
    msg: M,
    sid: SID,
) -> Result<MessageId, Error>
where M: BlockingScalar,

Permission: none

Expand description

send async scalar message, returns error instead of panic returns the [xous::MessageId] used for the reply