Skip to content

Commit

Permalink
Expose select_early_exit
Browse files Browse the repository at this point in the history
  • Loading branch information
414owen committed Mar 25, 2022
1 parent 7bbe063 commit f9ce1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion futures/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ pub use futures_core::ready; // Readiness propagation
pub use futures_util::pin_mut;
#[cfg(feature = "std")]
#[cfg(feature = "async-await")]
pub use futures_util::select;
pub use futures_util::{select, select_early_exit};
#[cfg(feature = "async-await")]
pub use futures_util::{join, pending, poll, select_biased, try_join}; // Async-await

Expand Down

0 comments on commit f9ce1e3

Please sign in to comment.