summaryrefslogtreecommitdiffstats
path: root/tokio/src/time/interval.rs
AgeCommit message (Expand)Author
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez
2020-10-01chore: make #[doc(hidden)] apis private (#2901)Alice Ryhl
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-19time: remove outdated todo comment (#2848)Taiki Endo
2020-07-26time: interval Stream impl requires stream feature (#2695)Alice Ryhl
2020-07-26time: fix incorrect argument name in doc (#2691)Alice Ryhl
2020-06-16time: add example using `interval` to the time module (#2623)Craig Pastro
2019-12-21doc: fix misleading comment in interval.rsfbucek
2019-12-18stream: add `next` and `map` utility fn (#1962)Artem Vorotnikov
2019-11-20Fix doc links (#1799)Pen Tree
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