summaryrefslogtreecommitdiffstats
path: root/tokio/src/time/mod.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-05time: move DelayQueue to tokio-util (#2897)bdonlan
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-24docs: use #[doc(no_inline)] on re-exports (#2874)Taiki Endo
2020-09-02time: move throttle to StreamExt (#2752)Blas Rodriguez Irizar
2020-06-16time: add example using `interval` to the time module (#2623)Craig Pastro
2020-01-07rt: cleanup runtime::context (#2063)Carl Lerche
2019-12-22doc: fill out `fs` and remove html links (#2015)Carl Lerche
2019-12-21chore: fix formatting, remove old rustfmt.toml (#2007)Artem Vorotnikov
2019-12-13time: stream throttle (#1949)Artem Vorotnikov
2019-11-26time: reexport Elapsed (#1826)Benjamin Fry
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
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