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§
- Resume
Ty 👻Experimental - This type is needed because:
Functions§
- get_
context 👻 ⚠Experimental