1pub mod timer; 2pub mod timer_future; 3mod timer_future_state; 4mod timer_state; 5#[cfg(target_arch = "wasm32")] 6pub mod timer_wasm32;