pub fn send_archive<M>(cid: CID, msg: M) -> Result<(), Error>where M: Archive,
Permission: none
Send a Archive message. Blocks if the queue is full. Cannot be used from an IRQ context.
Archive