Crate futures_core[−][src]
Core traits and types for asynchronous operations in Rust.
Re-exports
pub use future::Future; |
pub use future::IntoFuture; |
pub use stream::Stream; |
pub use never::Never; |
Modules
executor |
Executors. |
future |
Futures. |
never |
Definition and trait implementations for the |
stream |
Asynchronous streams. |
task |
Task notification. |
Macros
task_local |
A macro to create a |
try_ready |
A macro for extracting the successful type of a |
Enums
Async |
Indicates whether a value is available, or if the current task has been scheduled for later wake-up instead. |
Type Definitions
Poll |
A convenience wrapper for |