tokio
1.44.2
In tokio::
sync::
mpsc::
list
Structs
Rx
Tx
Enums
TryPopResult
Functions
channel
tokio
::
sync
::
mpsc
::
list
Function
channel
Copy item path
Settings
Help
Summary
Source
pub(crate) fn channel<T>() -> (
Tx
<T>,
Rx
<T>)