Type Definition acme_core::TokioChannelPackMPSC

source ·
pub type TokioChannelPackMPSC<T> = (Sender<T>, Receiver<T>);
Expand description