try_send_blocking_archive

Function try_send_blocking_archive 

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

Permission: none

Expand description

send archive message, returns error instead of panic