pub fn try_send_scalar_async<M>(
cid: CID,
msg: M,
sid: SID,
) -> Result<MessageId, Error>where
M: BlockingScalar,Expand description
send async scalar message, returns error instead of panic
returns the [xous::MessageId] used for the reply