Expand description

Async byte stream pipe.

Structs

A bounded pipe for communicating between asynchronous tasks with backpressure.
Future returned by Pipe::read and Reader::read.
Read-only access to a Pipe.
Future returned by Pipe::write and Writer::write.
Write-only access to a Pipe.

Enums

Error returned by try_read.
Error returned by try_write.