Skip to content

Commit 9d4c8dc

Browse files
committed
try_select, select
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 3baebfa commit 9d4c8dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/future/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pub use std::future::Future;
55

66
#[doc(inline)]
77
#[cfg_attr(feature = "docs", doc(cfg(unstable)))]
8-
pub use async_macros::{join, try_join};
8+
pub use async_macros::{join, select, try_join, try_select};
99

1010
use cfg_if::cfg_if;
1111

0 commit comments

Comments
 (0)