tokio/tokio-timer
Steven Fackler 219f24cbf1 timer: Replace Handle::deadline with Handle::timeout (#1074)
Deadline was deprecated a while ago and replaced with Timeout, but the
methods on Handle got missed.

Fixes #1071
2019-04-30 10:29:54 -07:00
..
2019-02-04 16:09:43 -08:00
2019-01-06 23:25:55 -08:00
2019-02-04 16:09:43 -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.