Never type `tokio::time::MissedTickBehavior::Skip` again.
Go to file
_ 4bc83f5003 add the crates link to the readme 2025-03-16 16:33:00 -05:00
examples initial commit 2025-03-16 16:26:05 -05:00
src initial commit 2025-03-16 16:26:05 -05:00
.gitignore initial commit 2025-03-16 16:26:05 -05:00
Cargo.lock initial commit 2025-03-16 16:26:05 -05:00
Cargo.toml add description, keywords, repository 2025-03-16 16:30:51 -05:00
README.md add the crates link to the readme 2025-03-16 16:33:00 -05:00

README.md

skip_interval

cargo add skip_interval

let _: tokio::time::Interval = skip_interval::from_millis(200);

Never type tokio::time::MissedTickBehavior::Skip again.

crates.io