pub fn send_move_nowait<M>(cid: CID, msg: M) -> Result<(), Error>where M: Move,
Permission: none
Try sending a Move message. Does not block if the message queue is full. Can be used in an IRQ handler.
Move