Function gcore::msg::send_delayed

source ยท
pub fn send_delayed(
    destination: ActorId,
    payload: &[u8],
    value: u128,
    delay: u32,
) -> Result<MessageId>
Expand description

Same as send, but sends the message after the delay expressed in block count.