send_move_nowait

Function send_move_nowait 

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

Permission: none

Expand description

Try sending a Move message. Does not block if the message queue is full. Can be used in an IRQ handler.