tokio
1.46.1
In tokio::
sync::
mpsc::
list
tokio
::
sync
::
mpsc
::
list
Function
channel
Copy item path
Source
pub(crate) fn channel<T>() -> (
Tx
<T>,
Rx
<T>)