tokio/tokio-timer
Steven Fackler b62d224fac timer: fix Handle::timeout (#1093)
The old implementation didn't work for Timeout<Stream>, since the method
took a deadline rather than a timeout.
2019-07-08 10:18:37 -07:00
..
2019-07-08 10:18:37 -07:00
2019-07-08 10:18:37 -07:00
2019-01-06 23:25:55 -08:00

tokio-timer

Timer facilities for Tokio

Documentation

Overview

This crate provides timer facilities for usage with Tokio.

License

This project is licensed under the MIT 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.