embassy-sync

Crates

git

Versions

default

Flavors

Module pipe

Source
Expand description

Async byte stream pipe.

Structs§

DynamicFillBufFuture
Future returned by DynamicReader::fill_buf.
DynamicReadFuture
Future returned by Pipe::read and Reader::read.
DynamicReader
Read-only access to a dynamic pipe.
DynamicWriteFuture
Future returned by DynamicWriter::write.
DynamicWriter
Write-only access to the dynamic pipe.
FillBufFuture
Future returned by Reader::fill_buf.
Pipe
A bounded byte-oriented pipe for communicating between asynchronous tasks with backpressure.
ReadFuture
Future returned by Pipe::read and Reader::read.
Reader
Read-only access to a Pipe.
WriteFuture
Future returned by Pipe::write and Writer::write.
Writer
Write-only access to a Pipe.

Enums§

TryReadError
Error returned by try_read.
TryWriteError
Error returned by try_write.