summaryrefslogtreecommitdiffstats
path: root/tokio/tests/macros_try_join.rs
AgeCommit message (Collapse)Author
2020-05-31test: fix all clippy lints in tests (#2573)Mikail Bagishov
2020-01-24future: provide try_join! macro (#2169)Carl Lerche
Provides a `try_join!` macro that supports concurrently driving multiple `Result` futures on the same task and await the completion of all the futures as `Ok` or the **first** `Err` future.