stabilize future::{join,try_join}

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
yoshuawuyts-patch-1
Yoshua Wuyts 5 years ago
parent b9bddbb7a0
commit 05ba07daf8
No known key found for this signature in database
GPG Key ID: 24EA8164F96777ED

@ -44,9 +44,12 @@
#[doc(inline)]
pub use std::future::Future;
#[doc(inline)]
pub use async_macros::{join, try_join};
#[doc(inline)]
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
pub use async_macros::{join, select, try_join, try_select};
pub use async_macros::{select, try_select};
use cfg_if::cfg_if;

Loading…
Cancel
Save