pub fn try_send_blocking_scalar<M>(
cid: CID,
msg: M,
) -> Result<M::Response, Error>where
M: BlockingScalar,Expand description
send scalar message, returns error instead of panic
pub fn try_send_blocking_scalar<M>(
cid: CID,
msg: M,
) -> Result<M::Response, Error>where
M: BlockingScalar,send scalar message, returns error instead of panic