MpscSender

Type Alias MpscSender 

Source
pub type MpscSender<T> = Sender<T>;

Aliased Typeยง

pub struct MpscSender<T> { /* private fields */ }