We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbc319 commit fb2d2e2Copy full SHA for fb2d2e2
src/future/mod.rs
@@ -5,7 +5,7 @@ pub use std::future::Future;
5
6
#[doc(inline)]
7
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
8
-pub use async_macros::{join, try_join};
+pub use async_macros::{join, select, try_join, try_select};
9
10
use cfg_if::cfg_if;
11
0 commit comments