send_archive

Function send_archive 

Source
pub fn send_archive<M>(cid: CID, msg: M) -> Result<(), Error>
where M: Archive,

Permission: none

Expand description

Send a Archive message. Blocks if the queue is full. Cannot be used from an IRQ context.