summaryrefslogtreecommitdiffstats
path: root/tokio/src/time/tests
AgeCommit message (Expand)Author
2020-11-23time: use intrusive lists for timer tracking (#3080)bdonlan
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez
2020-10-06time: clean time driver (#2905)greenwoodcm
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-07-28rt: fix potential leak during runtime shutdown (#2649)Émile Grégoire
2020-07-24chore: complete CI migration to Github Actions (#2680)Carl Lerche
2020-03-23time: fix repeated pause/resume of time (#2253)Tudor Sidea
2020-01-07rt: cleanup runtime::context (#2063)Carl Lerche
2020-01-06time: advance frozen time in `park_timeout` (#2059)Carl Lerche
2019-12-25stream: add StreamExt::take_while (#2029)Artem Vorotnikov
2019-12-24rt: coalesce thread-locals used by the runtime (#1925)Gardner Vickers
2019-12-13chore: remove benches and fix/work around clippy lints (#1952)Artem Vorotnikov
2019-11-21runtime: cleanup and add config options (#1807)Carl Lerche
2019-11-20time: Eagerly bind delays to timer (#1800)Kevin Leimkuhler
2019-11-15Limit `futures` dependency to `Stream` via feature flag (#1774)Carl Lerche
2019-11-12reorganize modules (#1766)Carl Lerche