[−][src]Crate futures_util
Combinators and utilities for working with Futures, Streams, Sinks,
and the AsyncRead and AsyncWrite traits.
Re-exports
pub use future::FutureExt; | 
pub use io::AsyncReadExt; | 
pub use io::AsyncWriteExt; | 
pub use stream::StreamExt; | 
pub use sink::SinkExt; | 
Modules
| future | 
                                 Futures  | 
                       
| io | 
                                 IO  | 
                       
| prelude | 
                                 Prelude containing the extension traits, which add functionality to existing asynchronous types.  | 
                       
| sink | 
                                 Sinks  | 
                       
| stream | 
                                 Streams  |