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

..03-May-2022-

src/H03-May-2022-4,1502,180

tests/H03-May-2022-1,8491,278

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

.cargo_vcs_info.jsonH A D04-Feb-202074 65

CHANGELOG.mdH A D04-Feb-20201.9 KiB8552

Cargo.tomlH A D04-Feb-20201.2 KiB4235

Cargo.toml.orig-cargoH A D04-Feb-2020733 3430

LICENSEH A D04-Feb-20201 KiB2622

README.mdH A D04-Feb-2020731 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