Module bytes_exchange

Source
Expand description

Types and traits for sharing Bytes.

Structs§

MergeQueue
An unbounded queue of bytes intended for point-to-point communication between threads. Cloning returns another handle to the same queue.
SendEndpoint
A BytesPush wrapper which stages writes.

Traits§

BytesPull
A source for Bytes.
BytesPush
A target for Bytes.