[][src]Crate futures_core

Core traits and types for asynchronous operations in Rust.

Modules

future

Futures.

never

Definition of the Never type, a stand-in for the ! type until it becomes stable.

stream

Asynchronous streams.

task

Task notification.

Macros

ready

Extracts the successful type of a Poll<T>.