2 releases
Uses old Rust 2015
0.1.1 | Apr 1, 2017 |
---|---|
0.1.0 | Jan 29, 2017 |
#2115 in Asynchronous
877 downloads per month
23KB
447 lines
Asynchronous, cross-platform periodic timers
These timers (unlike in tokio-timer, which implements this in user-space) are implemented using the OS facilities in as zero-overhead manner as possible.
Usage
In Cargo.toml
:
[dependencies]
tokio-periodic = "0.1"
Then, in your crate root add:
extern crate tokio_periodic;
Dependencies
~6.5MB
~96K SLoC