SpscChannel<T> typedef

SpscChannel<T> = (SpscSender<T>, SpscReceiver<T>)

A tuple representing an SPSC channel (Sender, Receiver).

Implementation

typedef SpscChannel<T> = (SpscSender<T>, SpscReceiver<T>);