try_select, select

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
staging
Yoshua Wuyts 5 years ago
parent 4cbc31938d
commit fb2d2e28c1
No known key found for this signature in database
GPG Key ID: 24EA8164F96777ED

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

Loading…
Cancel
Save