Skip to main content

CellRx

Type Alias CellRx 

Source
type CellRx = CountingStream<Receiver<(AnyChanCell, Option<QueuedCellPaddingInfo>), MpscSpec>>;
Expand description

Implementation type for a cell queue held by a reactor.

Aliased Typeยง

struct CellRx { /* private fields */ }