Describes timer interface that doesn't require async event loop. In most cases these timers are implemented by OS calling back a provided callback. As notification is not done via event loop, timer has to store callback in its own state. Whenever async timer relies on async event loop to handle notifications # Usage ``` use async_timer::timer::{Timer, SyncTimer, new_sync_timer}; use core::sy
source not stored for this graph (policy: none)