summaryrefslogtreecommitdiffstats
path: root/tokio/src/time/tests/mod.rs
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-01-06time: advance frozen time in `park_timeout` (#2059)Carl Lerche
2019-11-20time: Eagerly bind delays to timer (#1800)Kevin Leimkuhler
2019-11-12reorganize modules (#1766)Carl Lerche