Expand description
Async byte stream pipe.
Structs§
- Dynamic
Fill BufFuture - Future returned by [
DynamicPipe::fill_buf
] andDynamicReader::fill_buf
. - Dynamic
Read Future - Future returned by
Pipe::read
andReader::read
. - Dynamic
Reader - Read-only access to a [
DynamicPipe
]. - Dynamic
Write Future - Future returned by
DynamicWriter::write
. - Dynamic
Writer - Write-only access to a [
DynamicPipe
]. - Fill
BufFuture - Future returned by [
Pipe::fill_buf
] andReader::fill_buf
. - Pipe
- A bounded byte-oriented pipe for communicating between asynchronous tasks with backpressure.
- Read
Future - Future returned by
Pipe::read
andReader::read
. - Reader
- Read-only access to a
Pipe
. - Write
Future - Future returned by
Pipe::write
andWriter::write
. - Writer
- Write-only access to a
Pipe
.
Enums§
- TryRead
Error - Error returned by
try_read
. - TryWrite
Error - Error returned by
try_write
.