pub fn send_archive_nowait<M>(cid: CID, msg: M) -> Result<(), Error>where M: Archive,
Permission: none
Try to send a Archive message. Returns an error if the queue is full Can be used from an IRQ context.
Archive