Timers for Rust async story, providing async-compatible timer functionality.
# Cargo.toml
[dependencies]
async-timer = "0.7.4"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Create a one-shot timer that fires after 1 second.
Add `tokio` or `async-std` as a dependency and use the appropriate runtime.
No dependency data recorded yet.