Module future

1.36.0 · Source
Expand description

Asynchronous basic functionality.

Please see the fundamental async and await keywords and the async book for more information on asynchronous programming in Rust.

Re-exports§

pub use into_future::IntoFuture;
pub use pending::Pending;
pub use pending::pending;
pub use poll_fn::PollFn;
pub use poll_fn::poll_fn;
pub use ready::Ready;
pub use ready::ready;
pub use self::future::Future;
pub use async_drop::AsyncDrop;Experimental
pub use async_drop::async_drop_in_place;Experimental
pub use self::join::join;Experimental

Modules§

future 🔒
into_future 🔒
join 🔒
pending 🔒
poll_fn 🔒
ready 🔒
async_drop 🔒 Experimental

Structs§

ResumeTy 👻 Experimental
This type is needed because:

Functions§

get_context 👻 Experimental