try_select, select

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
Yoshua Wuyts 2019-09-16 13:58:15 +02:00
parent 4cbc31938d
commit fb2d2e28c1
No known key found for this signature in database
GPG key ID: 24EA8164F96777ED

View file

@ -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;