MpscChannel<T> typedef
MpscChannel<T> = (MpscSender<T> , MpscReceiver<T> )
A tuple representing an MPSC channel (Sender, Receiver).
Implementation
typedef MpscChannel<T> = (MpscSender<T>, MpscReceiver<T>);