tokio::sync::mpsc::list

Function channel

Source
pub(crate) fn channel<T>() -> (Tx<T>, Rx<T>)