Skip to content

Commit fb2d2e2

Browse files
committed
try_select, select
Signed-off-by: Yoshua Wuyts <[email protected]>
1 parent 4cbc319 commit fb2d2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/future/mod.rs

+1-1
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)