3 releases
0.0.3 | May 24, 2023 |
---|---|
0.0.2 | Apr 10, 2022 |
0.0.1 | Jun 27, 2020 |
#599 in Asynchronous
88,057 downloads per month
Used in 53 crates
(2 directly)
9KB
65 lines
futures-ticker - a Stream that delivers values in a regular interval
This is an implementation of the Ticker pattern on Rust futures, based on futures-timer.
lib.rs
:
futures-ticker - Asynchronous, recurring delivery of a timer event.
Dependencies
~1MB
~16K SLoC