Crate tokio_io

source ·
Expand description

Core I/O traits and combinators when working with Tokio.

A description of the high-level I/O combinators can be found online in addition to a description of the low level details.

Modules

I/O conveniences when working with primitives in tokio-core

Macros

A convenience macro for working with io::Result<T> from the Read and Write traits.

Traits

Read bytes asynchronously.
Writes bytes asynchronously.

Type Definitions

A convenience typedef around a Future whose error component is io::Error
A convenience typedef around a Stream whose error component is io::Error