summaryrefslogtreecommitdiffstats
path: root/tokio/tests/macros_select.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-08chore: Fix clippy lints (#2931)bdonlan
2020-10-01time: introduce `sleep` and `sleep_until` functions (#2826)Juan Alvarez
2020-09-23macros: add #[allow(unused_mut)] to select! (#2858)Alice Ryhl
2020-07-28macros: silence unreachable_code warning in select! (#2678)Blas Rodriguez Irizar
2020-05-31test: fix all clippy lints in tests (#2573)Mikail Bagishov
2020-01-22Provide `select!` macro (#2152)Carl Lerche