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