pub fn send_input_delayed(
program: ActorId,
value: u128,
range: impl RangeBounds<usize>,
delay: u32,
) -> Result<MessageId, Error>Expand description
Same as send_input, but sends the message after the delay expressed in
block count.