• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..30-Mar-2022-

src/H30-Mar-2022-4,1502,180

tests/H30-Mar-2022-1,8491,278

.cargo-checksum.jsonH A D03-May-202289 11

CHANGELOG.mdH A D30-Mar-20221.9 KiB8552

Cargo.tomlH A D30-Mar-20221.2 KiB4235

LICENSEH A D30-Mar-20221 KiB2622

README.mdH A D30-Mar-2022731 2615

README.md

1# tokio-timer
2
3Timer facilities for Tokio
4
5> **Note:** This crate is **deprecated in tokio 0.2.x** and has been moved into
6> [`tokio::time`] behind the `time` [feature flag].
7
8[`tokio::time`]: https://docs.rs/tokio/latest/tokio/time/index.html
9[feature flag]: https://docs.rs/tokio/latest/tokio/index.html#feature-flags
10
11[Documentation](https://docs.rs/tokio-timer/0.2.12/tokio_timer/)
12
13## Overview
14
15This crate provides timer facilities for usage with Tokio.
16
17## License
18
19This project is licensed under the [MIT license](LICENSE).
20
21### Contribution
22
23Unless you explicitly state otherwise, any contribution intentionally submitted
24for inclusion in Tokio by you, shall be licensed as MIT, without any additional
25terms or conditions.
26