Function cosmic::iced_widget::renderer::graphics::futures::backend::native::tokio::time::every
source ยท pub fn every(duration: Duration) -> Subscription<Instant>
Expand description
Returns a Subscription
that produces messages at a set interval.
The first message is produced after a duration
, and then continues to
produce more messages every duration
after that.