Never type `tokio::time::MissedTickBehavior::Skip` again.
Go to file
_ e348654b3c initial commit 2025-03-16 16:26:05 -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 initial commit 2025-03-16 16:26:05 -05:00
README.md initial commit 2025-03-16 16:26:05 -05:00

README.md

skip_interval

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

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