summaryrefslogtreecommitdiffstats
path: root/tokio/tests/time_sleep.rs
AgeCommit message (Expand)Author
2020-12-08time: Fix race condition in timer drop (#3229)bdonlan
2020-11-23time: use intrusive lists for timer tracking (#3080)bdonlan
2020-11-11time: document maximum sleep duration (#3126)Alice Ryhl
2020-10-08time: rename `Delay` future to `Sleep` (#2932)Juan Alvarez