try_send_blocking_scalar

Function try_send_blocking_scalar 

Source
pub fn try_send_blocking_scalar<M>(
    cid: CID,
    msg: M,
) -> Result<M::Response, Error>
where M: BlockingScalar,

Permission: none

Expand description

send scalar message, returns error instead of panic