//! Asynchronous timers.
//!
//! This module provides a timer implementation which returns awaitable
//! `Future`s.
//! The timer can work with a configurable clock source. In order to utilize
//! the system clock, a global instance `StdClock` can be utilized.
pub use ;
pub use StdClock;
pub use ;
pub use TimerService;