Module async_hal::io

source ·
Expand description

Asynchronous IO

Structs

  • The BufReader struct adds buffering to any reader.
  • A future which can be used to easily read available number of bytes to fill a buffer.

Traits

Functions

  • Asynchronously copies the entire contents of a reader into a writer.
  • Reader for a stream of bytes
  • Writer for a sink of bytes