[−][src]Crate tokio_io
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
io | I/O conveniences when working with primitives in |
Macros
try_nb | A convenience macro for working with |
Traits
AsyncRead | Read bytes asynchronously. |
AsyncWrite | Writes bytes asynchronously. |
Type Definitions
IoFuture | A convenience typedef around a |
IoStream | A convenience typedef around a |