Timer facilities for Tokio, providing delay and interval primitives.
# Cargo.toml
[dependencies]
tokio-timer = "0.2.13"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Use tokio::time::sleep to pause execution asynchronously.
Add tokio = { version = "1", features = ["time"] } to Cargo.toml.No dependency data recorded yet.