pub type Channel<T> = (Sender<T>, Receiver<T>);
Return type of channel_from_parts.
channel_from_parts