mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-19 00:00:09 +02:00
20 lines
451 B
Markdown
20 lines
451 B
Markdown
# tokio-timer
|
|||
|
|
|
||
|
|
Timer facilities for Tokio
|
||
|
|
|
||
|
|
[Documentation](https://tokio-rs.github.io/tokio/tokio_timer/)
|
||
|
|
|
||
|
|
## Overview
|
||
|
|
|
||
|
|
This crate provides timer facilities for usage with Tokio.
|
||
|
|
|
||
|
|
## License
|
||
|
|
|
||
|
|
This project is licensed under the [MIT license](LICENSE).
|
||
|
|
|
||
|
|
### Contribution
|
||
|
|
|
||
|
|
Unless you explicitly state otherwise, any contribution intentionally submitted
|
||
|
|
for inclusion in Tokio by you, shall be licensed as MIT, without any additional
|
||
|
|
terms or conditions.
|