forked from mirror/async-std
try_select, select
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
This commit is contained in:
parent
4cbc31938d
commit
fb2d2e28c1
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue