send_archive_nowait

Function send_archive_nowait 

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

Permission: none

Expand description

Try to send a Archive message. Returns an error if the queue is full Can be used from an IRQ context.