We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 553e480 + b951cf2 commit 785371cCopy full SHA for 785371c
src/future/mod.rs
@@ -3,6 +3,10 @@
3
#[doc(inline)]
4
pub use std::future::Future;
5
6
+#[doc(inline)]
7
+#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
8
+pub use async_macros::{join, select, try_join, try_select};
9
+
10
use cfg_if::cfg_if;
11
12
pub use pending::pending;
0 commit comments