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