Skip to main content

StreamMpscSender

Type Alias StreamMpscSender 

Source
pub(crate) type StreamMpscSender<T> = Sender<T, MpscSpec>;
Expand description

MPSC queue relating to a stream (either inbound or outbound), sender

Aliased Typeยง

pub(crate) struct StreamMpscSender<T> { /* private fields */ }