expose future::ready!

Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
staging
Yoshua Wuyts 5 years ago
parent e6880e12e8
commit 4b535d4ada
No known key found for this signature in database
GPG Key ID: 24EA8164F96777ED

@ -5,6 +5,10 @@ pub use std::future::Future;
use cfg_if::cfg_if;
// Re-export the `ready!` definition from an external crate to expose it from
// this submodule.
pub use futures::ready;
pub use pending::pending;
pub use poll_fn::poll_fn;
pub use ready::ready;

Loading…
Cancel
Save