tokio
1.44.2
In tokio::
sync::
mpsc::
chan
Structs
Chan
Rx
RxFields
Tx
Traits
Semaphore
Functions
channel
tokio
::
sync
::
mpsc
::
chan
Function
channel
Copy item path
Settings
Help
Summary
Source
pub(crate) fn channel<T, S:
Semaphore
>(semaphore: S) -> (
Tx
<T, S>,
Rx
<T, S>)