Module embassy_sync::pipe
source · Expand description
Async byte stream pipe.
Structs§
- Future returned by [
Pipe::fill_buf
] andReader::fill_buf
. - A bounded byte-oriented pipe for communicating between asynchronous tasks with backpressure.
- Future returned by
Pipe::read
andReader::read
. - Read-only access to a
Pipe
. - Future returned by
Pipe::write
andWriter::write
. - Write-only access to a
Pipe
.