1//! Listen and react to time. 2pub use crate::core::time::*; 3 4#[allow(unused_imports)] 5#[cfg_attr( 6 docsrs, 7 doc(cfg(any( 8 feature = "tokio", 9 feature = "smol", 10 target_arch = "wasm32" 11 ))) 12)] 13pub use iced_futures::backend::default::time::*;