Registry / utility / ticker

ticker

JSON →
library0.1.1rscratesunverified

Rate limited Iterators, providing throttled iteration over sequences.

# Cargo.toml [dependencies] ticker = "0.1.1"
INSTALL
IMPORT
SIG · TICKER
T
ticker
utilityrustv0.1.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Ticker
use ticker::Ticker;

Creates a ticker that yields at most once per second.

use ticker::Ticker; use std::time::Duration; fn main() { let ticker = Ticker::new(Duration::from_secs(1)); for _ in ticker.take(3) { println!("tick"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Amazon
1
Resources
ticker — cargo add ticker · libregistry