summaryrefslogtreecommitdiffstats
path: root/tokio/src/time/timeout.rs
AgeCommit message (Expand)Author
2020-11-23time: use intrusive lists for timer tracking (#3080)bdonlan
2020-10-12time: move error types into `time::error` (#2938)Juan Alvarez
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-06-12chore: reduce pin related unsafe code (#2613)Taiki Endo
2020-04-12docs: replace some html links with rustdoc paths (#2381)xliiv
2020-02-01time: Add comment about cancelation of timed out futures (#2206)Daniel Müller
2020-01-24stream: add StreamExt::timeout() (#2149)Juan Alvarez
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche
2019-11-06time: rename `tokio::timer` -> `tokio::time` (#1745)Carl Lerche