Skip to main content

CircuitRxReceiver

Type Alias CircuitRxReceiver 

Source
pub(crate) type CircuitRxReceiver = Receiver<AnyChanMsg, MpscSpec>;
Expand description

MPSC queue for inbound data on its way from channel to circuit, receiver

Aliased Typeยง

pub(crate) struct CircuitRxReceiver { /* private fields */ }